Skip to content

Some interview prep I've been doing. This repo is reimplementations of algorithms and data structures in Python3

License

Notifications You must be signed in to change notification settings

afnanenayet/DS-A

Repository files navigation

Data structures/algos

Synopsis

This is just a set of scripts that I've been writing to prepare for technical interviews. I'm reviewing general data structures and algorithms, so you'll see things like BFS, DFS, graph-traversal algorithms, sorting algorithms, etc.

Running

Each of these scripts can be run as a standard Python 3 script.

python3 script_name.py

Feel free to submit a PR if you think I could do something better or you spot a mistake.

About

Some interview prep I've been doing. This repo is reimplementations of algorithms and data structures in Python3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages