13 Commits

Author SHA1 Message Date
87a923079d contents(algo): fix typo and suggestions (#272) 2022-05-14 07:02:26 +08:00
75c75293b1 seo: add social image 2022-05-11 10:55:47 +08:00
99490862b3 contents: integrate best-practice-questions into rest of the docs 2022-04-10 12:30:07 +08:00
7eccc0db17 website: add sidebar structure 2022-04-08 18:55:26 +08:00
73dd64f96d contents: rearrange algo layout structure 2022-04-06 09:47:25 +08:00
ce79ad0d9b contents: revamp basic algo content 2022-04-03 18:51:41 +08:00
42c21f9819 contents: reorganize algorithms section 2022-02-06 15:41:56 +08:00
11ad8c6f7c contents: audit algorithms formatting 2021-05-29 17:37:38 +08:00
002c7f1215 chore: remove freeform questions 2019-09-25 19:05:35 -07:00
c43337fdfb Fix small issue with bfs algorithm (#141)
Algorithm performed a dfs rather than bfs because of the queue.pop() error on line 78. Updated to queue.popleft()
2019-09-20 20:10:12 -07:00
473dfb2d22 contents: add bfs algorithm (#137)
* Add new Graph traversal implementation

* Add seperate BFS implementation

* Cleanup code and comments

* Rename variable and remove another comment

* Switch to deque for DFS implementation

Signed-off-by: Aadit Kamat <aadit.k12@gmail.com>

* Switch back to recursive DFS and check for empty graph

Signed-off-by: Aadit Kamat <aadit.k12@gmail.com>

* Update graph.md
2019-09-13 11:46:55 -07:00
e6193eca83 website: launch website 2019-07-15 02:25:49 -07:00
c19c9626d1 misc: restructure contents 2019-07-14 18:52:41 -07:00