Skip to content

An implementation of algorithms covered in the Algorithms & Data Structures Course

License

Notifications You must be signed in to change notification settings

balthazarSai/Compendium-of-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Algorithms & Data Structures

I am currently studying CS and also teaching a study group for people coming in for the first course Algorithms & Data Structures.

As most of the teaching is done in pseudocode, I decided that it'd be helpful for new students to be able to have a code implementation as a reference as well, so I wrote the pertinent ones in Java, along with a simple terminal interface, and posted them here.

Disclaimer

I tried to implement these as basic as posible without using that many external packages, as such they might not be the best implementations out there but I hope they will be helpful.

WIP

I haven't implemented all the functionality yet, and some of the documentation is missing, I will be updating soon. If I have time I will add more implementations in other languages and perhaps a few more algorithms.

About

An implementation of algorithms covered in the Algorithms & Data Structures Course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages