Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update teammate's PPP #205

Merged
merged 2 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Given below are instructions to test the app manually.
### Launch
1. Initial launch
2. Download the jar file and copy into an empty folder
3. Open a command terminal, cd into the folder you put the `penus.jar` file in, and use the `java -jar penus.jar` command to run the application. A CLI should appear in a few seconds.
3. Open a command terminal, change your directory to the folder you put the `penus.jar` file in, and use the `java -jar penus.jar` command to run the application. A CLI should appear in a few seconds.

### Plan command
1. Test case: `plan CS2113 y/2 s/2` <br>
Expand Down Expand Up @@ -790,7 +790,9 @@ Expected: Similar to previous
```
___________________________________________________________
CS2040C Data Structures and Algorithms
This module introduces students to the design and implementation of fundamental data structures and algorithms. The module covers basic data structures (linked lists, stacks, queues, hash tables, binary heaps, trees, and graphs), searching and sorting algorithms, basic analysis of algorithms, and basic object-oriented programming concepts.
This module introduces students to the design and implementation of fundamental data structures and algorithms.
The module covers basic data structures (linked lists, stacks, queues, hashtables, binary heaps, trees, and graphs),
searching and sorting algorithms, basic analysis of algorithms, and basic object-oriented programming concepts.
Pre-Requisites: CS1010 or its equivalent
MCs: 4
Module cannot be SU-ed.
Expand Down
2 changes: 1 addition & 1 deletion docs/team/chiayuxuan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is written in Java, and has about 6 kLoC.
displays CAP for Semester and Overall.
- **Improved Feature**: Help Command
- What it does: Provides user with a list of commands and its description in the CLI.
- **Code contributed**: [RepoSense link](https://nus-cs2113-ay2223s2.github.io/tp-dashboard/?search=bentohset&breakdown=true)
- **Code contributed**: [RepoSense link](https://nus-cs2113-ay2223s2.github.io/tp-dashboard/?search=chiayuxuan&breakdown=true)


- **Contributions to DG**:
Expand Down
6 changes: 0 additions & 6 deletions docs/team/johndoe.md

This file was deleted.