Skip to content
/ CS-220 Public

personal learning repository for algorithms and data structures

Notifications You must be signed in to change notification settings

zlrkw11/CS-220

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and data structures

I used to hate this course so much, had 0 mindset to do good in it. But I have realized how valuable it is and I refuse to be a loser who does not try his hardest against difficulties.

So, I made this learning repository for a more firm understanding on CS220. Includes course-related algorithms and notes as well as skills obtained on the internet by myself based on personal interest.

Made by zlrkw11

to run any code

$ python code.py < input.txt

corresponding system input reading:

n = int(sys.stdin.readline().strip())

for reading each line of file

row = sys.stdin.readline().strip().split()

About

personal learning repository for algorithms and data structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages