https://github.com/amkhrjee/dsalgo
Learning fundamental data structures and algorithms!
https://github.com/amkhrjee/dsalgo
Last synced: 4 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T22:23:06.000Z (10 months ago)
- Last Synced: 2025-03-01T08:45:33.920Z (4 months ago)
- Language: Python
- Homepage:
- Size: 27.3 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