Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpotter12/data-structure

basic syntax and data structure programs of different languages
https://github.com/rpotter12/data-structure

algorithms c cpp data-structures hacktoberfest hacktoberfest2019 java languages python rust sort stack syntax tree

Last synced: 3 months ago
JSON representation

basic syntax and data structure programs of different languages

Awesome Lists containing this project

README

        

# Interview Preperation

To get output in a file in linux: `python3 solution.py < input.txt > output.txt`

To check your output: `diff your_output_file_location output.txt`

*Full course for interview preperation:*

1. Warmup Round
2. Pattern
3. Matrix
4. Recursion
5. Dynamic Programming
6. Sorting And Searching