File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Algorithms and Data Structures Encyclopedia
2
2
** Work in progress...**
3
3
4
- A encyclopedia of computer science algorithms and data structures.
4
+ An encyclopedia of computer science algorithms and data structures.
5
5
## Available languages
6
6
- [ Java] ( src/java )
7
7
- [ Kotlin] ( src/kotlin )
@@ -65,20 +65,21 @@ All the links refer to `Kotlin` implementations by default. If you prefer anothe
65
65
algorithms
66
66
└── _tools
67
67
└── 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
82
83
```
83
84
## How to build source code
84
85
All the source code in this project is built with Bazel build system. [ Learn more about Bazel...] ( https://bazel.build/ )
You can’t perform that action at this time.
0 commit comments