We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32f22 commit e908411Copy full SHA for e908411
README.md
@@ -1 +1,6 @@
1
-# coding-interview-algorithms-and-data-structure
+# The Coding Interview: Algorithms + Data Structures
2
+### Ace your next Javascript coding interview by mastering data structures and algorithms.
3
+
4
+- [Problem 1: String Reversal](https://github.com/somekindofwallflower/coding-interview-algorithms-and-data-structure/tree/master/01_reverse_string)
5
+- [Problem 2: Palindromes](https://github.com/somekindofwallflower/coding-interview-algorithms-and-data-structure/tree/master/02_palindrome)
6
+- [Problem 3: Integer Reversal](https://github.com/somekindofwallflower/coding-interview-algorithms-and-data-structure/tree/master/03_integer_reverse)
0 commit comments