File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff 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
6262verbal interview
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments