https://github.com/austintheriot/algorithms-and-data-structures
My personal repository for algorithm & data structure preparation. Filled with informational readmes, JavaScript implementations, and Jest unit tests for self-testing data structure implementations.
https://github.com/austintheriot/algorithms-and-data-structures
algorithm datastructure interview-preparation
Last synced: 9 months ago
JSON representation
My personal repository for algorithm & data structure preparation. Filled with informational readmes, JavaScript implementations, and Jest unit tests for self-testing data structure implementations.
- Host: GitHub
- URL: https://github.com/austintheriot/algorithms-and-data-structures
- Owner: austintheriot
- Created: 2020-08-24T16:31:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T16:14:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T17:48:35.914Z (10 months ago)
- Topics: algorithm, datastructure, interview-preparation
- Language: JavaScript
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms & Data Structures
## About
Hello! Welcome to my personal repo for algorithms and data structures study
material. I will be adding to this repo periodically while I continue to study.
Most of the material will be drawn from Cracking the Coding Interview, but I
will also be compiling information from other sources as well, such as [Andrei Neagoie's Udemy course](https://zerotomastery.io/), [GeeksforGeeks](https://www.geeksforgeeks.org/), [Stack Overflow](https://stackoverflow.com/), and others. Feel free to to
take a look around and use this information for your own study benefits.
In general my plan is to do the following:
- Collect general information about each data structure into a readme file (DataStructure,about.md).
- Find or create a good implementation of that data structure (DataStructure.solution.js).
- Develop unit tests for that data structure using Jest (DataStructure.test.js).
- Using [spaced repetition software](https://apps.ankiweb.net/) for maximum efficiency, test myself at regular intervals to ensure retention of that data structure's implementation. Use the unit tests to validate when I've implemented the data structure correctly.
- In addition, I will be using spaced repetition software to ensure retention of other details about each data structure.
- Finally, I will be performing coding challenges on various sites like [LeetCode](https://leetcode.com/), [HackerRank](https://www.hackerrank.com/), and [CodeWars](https://www.codewars.com/dashboard) to practice my problem-solving skills as well as practice implementing these data structures in the context of algorithmic challenges.
## Contact
If you're interested in hiring me, or would just like to chat, you can reach me
via my [digital portfolio](https://austintheriot.com/contact), my
[LinkedIn](https://www.linkedin.com/in/austinmtheriot/), or by
[email](mailto:austinmtheriot@gmail.com).