Skip to content

Commit 939632b

Browse files
authored
docs: add table of contents to README.md
1 parent 8aaddc1 commit 939632b

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# hackerrank
2-
Notes from HackerRank Challenges
1+
# programming-problems
2+
Notes and code from HackerRank Challenges and other programming problems.
3+
4+
## Contents
5+
### Problem Areas
6+
Problems classified by area are from HackerRank.
7+
8+
**Finding these problems**: E.g. problems in the category 'Mathematics' are in a directory called 'mathematics'.
9+
* Algorithms
10+
* Functional Programming (Haskell)
11+
* Mathematics
12+
* Primarily Project Euler problems
13+
* RegEx (Regular Expressions)
14+
* SQL
15+
* Statistics
16+
* HackerRank's Intro to Statistics Series
17+
18+
### Problem Sources (non-HackerRank)
19+
These problems are not classified by area, but by source. These problems are not from HackerRank.
20+
* InterviewCake
21+
* Cracking the Coding Interview by Gabrielle Laakmann-McDowell (`laakmann-mcdowell`)
22+
23+
### Flashcards
24+
Work-in-progress: flashcard content to import into Anki (flashcard software).
25+
* General programming terminology
26+
* Python syntax

0 commit comments

Comments
 (0)