https://github.com/urunov/data-strucute-algorithms
Data Strucuter and Algorithms. System Design. Behaviour Questions
https://github.com/urunov/data-strucute-algorithms
algorithms data-structures hackerrank-solutions leetcode roadmap system-design
Last synced: 17 days ago
JSON representation
Data Strucuter and Algorithms. System Design. Behaviour Questions
- Host: GitHub
- URL: https://github.com/urunov/data-strucute-algorithms
- Owner: Urunov
- Created: 2021-01-07T04:50:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T14:39:06.000Z (about 2 years ago)
- Last Synced: 2025-03-25T19:48:49.684Z (about 1 month ago)
- Topics: algorithms, data-structures, hackerrank-solutions, leetcode, roadmap, system-design
- Language: Java
- Homepage:
- Size: 2.29 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-Strucute-Algorithms
## Solutions of [Leetcode](https://leetcode.com/) problems in Java, Typescript, Rust, Python.
## (coming soon all sources - updated: October, 2021)---
EASY
---
1920. Build Array from [Permutation](https://leetcode.com/problems/build-array-from-permutation/)---
| Problem Category | Count |
| :--- | :----: |
| Easy | 86 |
| Medium | 32 |
| Hard | 3 |## Road Map how to becomes Top Company Developer.

## Reference Materials
1. Competitive Programmer’s Handbook [(fn)](https://cses.fi/book/book.pdf)
2. HashMap, LinkedHashMap, TreeMap - [Dynamic programing](https://www.youtube.com/watch?v=TTdheF15nIU&list=PL78sHffDjI75_EK-m6CO6kc3NCyR6kKkX&index=30)
3. Skiena The Algorithm Design Manual.[Algorithm](https://mimoza.marmara.edu.tr/~msakalli/cse706_12/SkienaTheAlgorithmDesignManual.pdf)