Skip to content

Commit 7d9c395

Browse files
committed
readme is improved
1 parent a11b9d9 commit 7d9c395

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
File renamed without changes.

readme.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
# Algorithms in Javascript
2+
3+
That's how i implemented algorithms and some data structures in Javascript. I used "Grokking algorithms" from Aditya Bhargava.
4+
5+
* Binary search tree
6+
* Binary search
7+
* Breadth-first search
8+
* Dijkstra's algorithm
9+
* Greedy algorithm
10+
* Hash table
11+
* Quick sort
12+
* Selection sort
13+
114
# Алгоритмы на Javascript
215

3-
Моя реализация следующих алгоритмов и структур данных:
16+
Моя реализация следующих алгоритмов и структур данных на основе книги "Грокаем алгоритмы" А. Бхаргава:
417
* Бинарное дерево поиска
518
* Бинарный поиск
619
* Поиск в ширину

0 commit comments

Comments
 (0)