Skip to content

Commit d3ad23e

Browse files
author
Joshua Goller
committed
bump readme
1 parent 08cf364 commit d3ad23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Solutions to all of my programming competition and interview questions, and some
44
## Contents
55
- [algos](algos/) - algorithms and data structures implemented for practice / training (mostly from Skiena's _Algorithm Design Manual_, Wikipedia, or research papers)
66
- [codeforces](codeforces/), [exercism](exercism), [hackerrank](hackerrank/), [leetcode](leetcode/) - solutions to problems from various programming problem websites
7+
- [patterns](patterns/) - implementations of software design patterns (predominantly from _Design Patterns: Elements of Reusable Object-Oriented Software_ (i.e. the "Gang of Four" book))
78

89
## Building
910
To actually run code in this repo, I use:

0 commit comments

Comments
 (0)