Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amkhrjee/dsalgo

Learning fundamental data structures and algorithms!
https://github.com/amkhrjee/dsalgo

Last synced: about 1 month ago
JSON representation

Learning fundamental data structures and algorithms!

Awesome Lists containing this project

README

        

Data Structures & Algorithms
---------------------------

This repo works as a store-house for implementations of fundamental data structures & algorithms.

This also works as my go-to repo for storing and revisiting my solutions to algorithms problems that I solve for fun or preparing for some interview.

In case you are wondering, here is my leetcode: https://leetcode.com/u/amkhrjee/

How to test?
~~~~~~~~~~~~~

I am using ``pytest`` for testing. Simply run the following to test everything::

pytest -q algorithms/* data_structures/*

Resources
~~~~~~~~~~~
These are the resources I have been following lately:
- 📺 `The Last Algorithms Class You'll Need by @theprimeagen `_
- 📗 Introduction to Algorithms by CLRS
- 📗 Grokking Algorithms by Aditya Bhargava