Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 2.73 KB

README.md

File metadata and controls

117 lines (74 loc) · 2.73 KB

Data Structures and Algorithms

📗 Table of Contents

📖 Data Structures and Algorithms

This is where I will be posting my Data Structures and algorithm problems and solutions in mostly Typescript and Ruby.

🛠 Written in

  • Typescript
  • Ruby

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need to install:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:myaccount/data-structures-algorithms.git

Install

Install dependencies with:

  cd data-structures-algorithms
  npm install

Usage

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>

(back to top)

👥 Authors

👤 Lucas Masaba

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this repository, you can contribute to improving these solutions.

(back to top)

🙏 Acknowledgments

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

(back to top)