Skip to content

Commit 8876acb

Browse files
authored
Update README.md
1 parent a224b7e commit 8876acb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
questions
1+
# Coding Questions and Data Algorithms
2+
3+
### Data Algorithms:
4+
- [Binary Search Tree](bst.js)
5+
- [Linked List](linkedList.js)
6+
- [Sorting Algorithms](sorting.js)
7+
- [String and Array Problems](stringsArrays.js)
8+
9+
### Coding Questions:
10+
- [fizzbuzz](fizzbuzz.js)
11+
- [Recursion Problems](recursionPractice.js)
12+
- [Substring Counter](substringCounter.js)
13+
- [Summing with (#,#) and (#)(#)](sum.js)
14+

0 commit comments

Comments
 (0)