Skip to content

Commit

Permalink
Clean up the list of designs
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Apr 25, 2017
1 parent b858afb commit f212185
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ Minimal and clean example implementations of data structures and algorithms in P
- [union-find](union-find)
- [count_islands](union-find/count_islands.py)

## List of Design
## List of Designs

- [design](design)
- [alarm_system.md](design/alarm_system.md)
- [all_o_one_ds.md](design/all_o_one_ds.md)
- [calculator.md](design/calculator.md)
- [excel_table.md](design/excel_table.md)
- [LRUcache.md](design/LRUcache.md)
- [nearby_drivers.md](design/nearby_drivers.md)
- [ride_sharing.md](design/ride_sharing.md)
- [task_runner.md](design/task_runner.md)
- [twitter_feeds.md](design/twitter_feeds.md)
- [alarm_system](design/alarm_system.md)
- [all_o_one_ds](design/all_o_one_ds.md)
- [calculator](design/calculator.md)
- [excel_table](design/excel_table.md)
- [LRUcache](design/LRUcache.md)
- [nearby_drivers](design/nearby_drivers.md)
- [ride_sharing](design/ride_sharing.md)
- [task_runner](design/task_runner.md)
- [twitter_feeds](design/twitter_feeds.md)

0 comments on commit f212185

Please sign in to comment.