UddeshJain / Master-Computer-Science

This repository consists of Data Structure, Algorithms, practice problems and their solutions.
MIT License
0 stars 8 forks source link

Add more implementation in any other language. #1

Open UddeshJain opened 4 years ago

UddeshJain commented 4 years ago

Implement Data Structure and Algorithms in another language or in JavaScript.

Note:-

  1. The code should be clean.
  2. Code should have comments that explain what you are doing.
  3. Code should be tested.
tushargoyal22 commented 4 years ago

Should i do in C++? For which data structure code implementation needs to be added?

UddeshJain commented 4 years ago

Should i do in C++? For which data structure code implementation needs to be added?

You can add any DS or Algo in Any language that is not yet implemented in this repo.