File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repository contains implementation and discussion notes (intuition, applications, analysis)
4
4
of some fundamental data structures and algorithms in Computer Science. <br >
5
- It is aligned with [ CS2040s] ( https://nusmods.com/courses/CS2040S/data-structures-and-algorithms ) syllabus taught at NUS.
5
+ It is aligned with [ CS2040s] ( https://nusmods.com/courses/CS2040S/data-structures-and-algorithms ) syllabus taught by
6
+ [ Prof Seth] ( https://www.comp.nus.edu.sg/cs/people/gilbert/ ) at NUS.
6
7
7
- The work here is continually being developed by CS2040s Teaching Assistants(TAs) and ex-2040s students.
8
- Lecture content has been covered and future plans include deeper discussion into the tougher parts of tutorials.
8
+ The work here is continually being developed by CS2040s Teaching Assistants(TAs) and ex-2040s students,
9
+ under the guidance of Prof Seth.
10
+ It is still in its infant stage, mostly covering lecture content and discussion notes.
11
+ Future plans include deeper discussion into the tougher parts of tutorials and even practice problems / puzzles related
12
+ to DSA.
9
13
10
14
The project's structure is optimised for IntelliJ IDEA as per the course's preferred IDE.
11
15
Gradle is used for development.
You can’t perform that action at this time.
0 commit comments