Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rpotter12/data-structure
- Owner: rpotter12
- License: mit
- Created: 2018-02-14T15:20:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T05:36:27.000Z (about 3 years ago)
- Last Synced: 2023-02-26T16:53:11.050Z (almost 2 years ago)
- Topics: algorithms, c, cpp, data-structures, hacktoberfest, hacktoberfest2019, java, languages, python, rust, sort, stack, syntax, tree
- Language: Python
- Homepage:
- Size: 401 KB
- Stars: 4
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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