Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Geinzit committed Apr 10, 2024
2 parents 04e791f + b445e38 commit 3be3a28
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Display | Name | Github Profile | Portfolio
--------|:-----------:|:--------------:|:---------:
![saber](assets/images/saber.jpg) | Yuhao ZHANG | [Github](https://github.com/yzhanglp) | [Portfolio](https://yzhanglp.com)
![saber](assets/images/saber.jpg) | Zhang Yuhao | [Github](https://github.com/yzhanglp) | [Portfolio](https://yzhanglp.com)
![bocchi](assets/images/bocchi.jpg) | Yao Chenguang|[Github](https://github.com/classskipper351)|
![](https://via.placeholder.com/100.png?text=Photo) | Yung Ka Shing | [Github](https://github.com/andy123qq4) | [Portfolio](https://google.com)
![](../docs/pics/IMG_1918.PNG) | Huang Maodian | [Github](https://github.com/Geinzit) | [Portfolio](../docs/team/heinzhuang.md)
![](https://via.placeholder.com/100.png?text=Photo) | LIN Siyan | [Github](https://github.com/Celineyaa) | [Portfolio](docs/team/johndoe.md)
![andy123qq4](assets/images/andy123qq4.jpg) | Yung Ka Shing | [Github](https://github.com/andy123qq4) | [Portfolio](../docs/team/andy123qq4.md)
![](assets/images/IMG_1918.PNG) | Huang Maodian | [Github](https://github.com/Geinzit) | [Portfolio](../docs/team/heinzhuang.md)
![](https://via.placeholder.com/100.png?text=Photo) | Lin Siyan | [Github](https://github.com/Celineyaa) | [Portfolio](docs/team/johndoe.md)


File renamed without changes
Binary file added docs/assets/images/andy123qq4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/team/andy123qq4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Andy YUNG

GitHub username: andy123qq4

Student from HKUST, studying computer science and business.
2 changes: 1 addition & 1 deletion docs/team/heinzhuang.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Heinz Huang

github username: Geinzit
GitHub username: Geinzit

Professional Gamer. Amateur Coder.
14 changes: 14 additions & 0 deletions src/main/java/seedu/duke/calculator.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@startuml

class Calculator {
- Stack<Double> numStack
- Stack<String> opStack
+ calculate(sb: StringBuilder): double
- calculateTwo(num1: double, num2: double, op: String): double
- toSuffix(formula: ArrayList<Object>): ArrayList<Object>
- prior(op1: String, op2: String): boolean
- getPriority(op: String): int
- toFormula(sb: StringBuilder): ArrayList<Object>
}

@enduml

0 comments on commit 3be3a28

Please sign in to comment.