Skip to content

Commit 9177cdb

Browse files
committed
minor readme update
1 parent 177f682 commit 9177cdb

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Algorithms and Data Structures Encyclopedia
22
**Work in progress...**
33

4-
A encyclopedia of computer science algorithms and data structures.
4+
An encyclopedia of computer science algorithms and data structures.
55
## Available languages
66
- [Java](src/java)
77
- [Kotlin](src/kotlin)
@@ -65,20 +65,21 @@ All the links refer to `Kotlin` implementations by default. If you prefer anothe
6565
algorithms
6666
└── _tools
6767
└── src
68-
└── java
69-
└── kotlіn
70-
└── ...
71-
└── <language-name>
72-
└── _util
73-
└── parallel
74-
│ └── ...
75-
└── sequential
76-
└── graph
77-
└── sorting
78-
└── ...
79-
└── <algorithm-category>
80-
└── BUILD <-- build target definition file
81-
└── <src-file(s)>
68+
│ └── java
69+
│ └── kotlіn
70+
│ └── ...
71+
│ └── <language-name>
72+
│ └── _util
73+
│ └── parallel
74+
│ │ └── ...
75+
│ └── sequential
76+
│ └── graph
77+
│ └── sorting
78+
│ └── ...
79+
│ └── <algorithm-category>
80+
│ └── BUILD <-- build target definition file
81+
│ └── <src-file(s)>
82+
└── WORKSPACE
8283
```
8384
## How to build source code
8485
All the source code in this project is built with Bazel build system. [Learn more about Bazel...](https://bazel.build/)

0 commit comments

Comments
 (0)