Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/amkhrjee/dsalgo
- Owner: amkhrjee
- Created: 2024-07-24T13:42:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T20:05:22.000Z (4 months ago)
- Last Synced: 2024-07-31T01:22:52.500Z (4 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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