This is where I will be posting my Data Structures and algorithm problems and solutions in mostly Typescript and Ruby.
- Typescript
- Ruby
To get a local copy up and running, follow these steps.
In order to run this project you need to install:
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:myaccount/data-structures-algorithms.git
Install dependencies with:
cd data-structures-algorithms
npm install
To run a Typescript file, execute the following command:
npx ts-node <ENTER FILE PATH>
To run a Ruby file, execute the following command:
ruby <ENTER FILE PATH>
👤 Lucas Masaba
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this repository, you can contribute to improving these solutions.
I would like to thank Colt Steele and his Udemy course, "The Missing Computer Science and Coding Interview Bootcamp" for inspiring the creation of this repository