JeffersonGarcia15 / Data-Structures-Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures And Algorithms

A repository containing data structure and algorithms problems with the main purpose of practicing OOP in Python. The data_structures folders also contains stacks, queue and dequeue. It will also include unittest in the future.

Tests

Coming soon...

$ python3 -m unittest tests.name_of_the_file

Clone The repository

Since this is a public repo, you can simply click on the green button called code, copy and paste the https and paste it in your terminal, inside a folder. This might look something like this:

  • Create a folder
mkdir data_structures_algorithms_folder
  • Move to that directory
cd data_structures_algorithms_folder
  • Clone the repository
git clone https://github.com/JeffersonGarcia15/Data-Structures-Algorithms.git
  • Check that everything was cloned perfectly
ls

List of Problems

About


Languages

Language:Python 99.4%Language:JavaScript 0.6%