Skip to content

Commit a263062

Browse files
author
Joshua Goller
committed
update readme
1 parent 078397f commit a263062

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# programming-problems
2-
Solutions to all of my [LeetCode problems](https://leetcode.com/jsgoller1/), programming competition and interview questions, and some algorithms / data structures implemented for practice. Problems that I need to reattempt are listed in `unsolved/unsolved.md`.
2+
Solutions to all of my programming competition and interview questions, and some algorithms / data structures implemented for practice.
33

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-
- [failures](failures/) - things I tried as experiments that didn't work (or haven't worked yet)
8-
- [unsolved](unsolved/) - problems I tried and haven't finished yet
97

108
## Building
119
To actually run code in this repo, I use:

0 commit comments

Comments
 (0)