Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 191cfbd

Browse files
committed
fix readme
1 parent 552d11c commit 191cfbd

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11

2+
![Welcome](welcome.gif)
3+
24
# __leetcode__
35

46
This repository is meant to house some leetcode solutions I've come
5-
up with. The solutions aren't always new and the approach isn't
7+
up with. The solutions aren't always new: the approach isn't
68
always fundementally different from those used to surface known
79
solutions. This applies especially to classic problems like preorder
8-
traversal. As a new devotee of test-driven development
9-
I also include tests to the extent possible, although not always.
10+
traversal. As a new devotee of test-driven development I also include
11+
tests to the extent possible, though not always for earlier algorithms
12+
13+
## Purpose
14+
__Goal__: provide a stock of core algorithm components for future projects
15+
16+
Algorithms that are written in Python and Java or C are repeated for the sake
17+
or reinforcement
1018

1119
## Please challenge these solutions
12-
Please challenge these solutions, poke holes in them, indicate where
20+
This project welcomes suggestions and contributions! Please challenge these solutions, poke holes in them, use them for other open source projects, indicate where
1321
there are redundant lines of code, and likewise with tests. The tests
14-
are deliberately quite reundant although __all__ comments and feedback
15-
are appreciated.
22+
are deliberately reundant although __all__ comments and feedback
23+
are appreciated, including those about verbose tests
24+
25+
![Big Tux](tux.gif)
26+
![Tux](dancing_tux.gif)

dancing_tux.gif

53.6 KB
Loading

tux.gif

34.6 KB
Loading

welcome.gif

28.3 KB
Loading

0 commit comments

Comments
 (0)