Skip to content

Commit 85ff02c

Browse files
committed
docs: Update main readme
1 parent 8817ee3 commit 85ff02c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
This repository contains implementation and discussion notes (intuition, applications, analysis)
44
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.
67

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.
913

1014
The project's structure is optimised for IntelliJ IDEA as per the course's preferred IDE.
1115
Gradle is used for development.

0 commit comments

Comments
 (0)