Skip to content

Commit 5c1bee2

Browse files
committed
Updating readme.
1 parent a363e13 commit 5c1bee2

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

README.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,33 @@ $ pip install py-algorithms
6262
- CoderByte challenges (https://coderbyte.com)
6363
---
6464

65+
### Challenges
66+
67+
Solutions to specific area problems in Computer Science discipline.
68+
69+
#### Coderbyte
70+
71+
Solutions to various challenges published at https://coderbyte.com
72+
73+
#### Hackerrank
74+
75+
Solutions to various challenges published at https://hackerrank.com
76+
77+
* Binary Search Tree LCA
78+
* Shortest Path in Unweighted Graph with cycles
79+
* Weighted Path
80+
* PowerSet
81+
* Subset Sum
82+
* Two Sum
83+
* Array Addition
84+
85+
### Algorithms
86+
87+
#### *Weighted Union Find With Path Compression
88+
89+
---
90+
91+
6592
## Usage
6693

6794
Check out unit test in order to take usage examples.
@@ -442,34 +469,6 @@ ds.is_sub_str('blah') #=> False
442469

443470
---
444471

445-
### Algorithms
446-
447-
#### *Weighted Union Find With Path Compression
448-
449-
...
450-
451-
---
452-
453-
### Challenges
454-
455-
Solutions to specific area problems in Computer Science discipline.
456-
457-
#### Coderbyte
458-
459-
Solutions to various challenges published at https://coderbyte.com
460-
461-
#### Hackerrank
462-
463-
Solutions to various challenges published at www.hackerrank.com
464-
465-
* Binary Search Tree LCA
466-
* Shortest Path in Unweighted Graph with cycles
467-
* Weighted Path
468-
* PowerSet
469-
* Subset Sum
470-
* Two Sum
471-
* Array Addition
472-
473472
## Contributing
474473

475474
Bug reports and pull requests are welcome on GitHub at https://github.com/rlishtaba/py-algorithms. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

0 commit comments

Comments
 (0)