Skip to content

Commit d524d2c

Browse files
committed
Add algorithms categories
1 parent 0ece569 commit d524d2c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Placed [here](https://github.com/andrei-punko/youtube-channel-resources/blob/mas
5858

5959
## Appendix. Verbal interview materials
6060

61-
Check [this repo](https://github.com/andrei-punko/java-interview-faq-n-answers) to get materials for preparation to Java
61+
Check [java-interview-faq-n-answers repo](https://github.com/andrei-punko/java-interview-faq-n-answers) to get materials for preparation to Java
6262
verbal interview
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Категории алгоритмов
2+
3+
1. Complexity
4+
2. Arrays
5+
3. Strings
6+
4. Binary search
7+
5. Bits manipulation
8+
6. Two pointers
9+
7. Linked lists
10+
8. Stacks and queues
11+
9. Hashing
12+
10. Recursion
13+
11. Heaps and maps
14+
12. Trees
15+
13. Greedy algorithms
16+
14. Dynamic programming
17+
15. Graphs

0 commit comments

Comments
 (0)