@@ -9,7 +9,7 @@ easily understandable algorithms for learning purposes.
9
9
10
10
## HackerRank
11
11
12
- - [ Algorithms] ( algorithms )
12
+ - [ Algorithms] ( hacker-rank/ algorithms)
13
13
- [ Bit Manipulation] ( hacker-rank/algorithms/bit-manipulation )
14
14
* [ AND Product] ( hacker-rank/algorithms/bit-manipulation/and-product )
15
15
* [ Cipher] ( hacker-rank/algorithms/bit-manipulation/cipher )
@@ -55,7 +55,9 @@ easily understandable algorithms for learning purposes.
55
55
* [ Pangrams] ( hacker-rank/algorithms/strings/pangrams )
56
56
* [ Sherlock and Anagrams] ( hacker-rank/algorithms/strings/sherlock-and-anagrams )
57
57
* [ Two Strings] ( hacker-rank/algorithms/strings/two-strings )
58
- - [ Data Structures] ( data-structures )
58
+ - [ Artificial Intelligence] ( hacker-rank/artificial-intelligence )
59
+ - [ Tic Tac Toe] ( hacker-rank/artificial-intelligence/alpha-beta-pruning/tic-tac-toe )
60
+ - [ Data Structures] ( hacker-rank/data-structures )
59
61
- [ Disjoint Set] ( hacker-rank/data-structures/disjoint-set )
60
62
* [ Merging Communities] ( hacker-rank/data-structures/disjoint-set/merging-communities )
61
63
- [ Heap] ( hacker-rank/data-structures/heap )
@@ -66,7 +68,7 @@ easily understandable algorithms for learning purposes.
66
68
* [ Self Balancing Tree] ( hacker-rank/data-structures/tree/self-balancing-tree )
67
69
- [ Trie] ( hacker-rank/data-structures/trie )
68
70
* [ No Prefix Set] ( hacker-rank/data-structures/trie/no-prefix-set )
69
- - [ Mathematics] ( mathematics )
71
+ - [ Mathematics] ( hacker-rank/ mathematics)
70
72
- [ Combinatorics] ( hacker-rank/mathematics/combinatorics )
71
73
* [ Choose and Calculate] ( hacker-rank/mathematics/combinatorics/choose-and-calculate )
72
74
* [ Journey to Mars] ( hacker-rank/mathematics/combinatorics/journey-to-mars )
0 commit comments