Skip to content

Commit 1afa16f

Browse files
committed
Update README.md
1 parent 69c32f5 commit 1afa16f

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

.idea/algorithms-in-kotlin.iml

+11-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/prettier.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ This project is a collection of code samples and wiki articles on basic data str
44
using Kotlin. This project is useful if you are trying to get more fluency in Kotlin or need a refresher to do interview
55
prep for software engineering roles.
66

7-
1. Once you’ve cloned the repo, type `./gradlew run` in order to build and run this project from the command line.
8-
2. To learn more about the `classgraph` API, here are the [official docs](https://github.com/classgraph/classgraph/wiki).
7+
1. I strongly recommend reading my tutorials on [developerlife.com](https://developerlife.com/category/CS/) that are
8+
based on the code that's provided in this repo. These tutorials are a great companion to the source code in this repo
9+
and will help you understand the code and the algorithms.
10+
2. Once you’ve cloned the repo, type `./gradlew run` in order to build and run this project from the command line.
11+
3. This project uses the`classgraph` API to load all the classes in the `algorithms` package. You can read more about it
12+
[here](https://github.com/classgraph/classgraph/wiki).
913

1014
## Screen capture of project in action
1115

1216
<img src="https://github.com/nazmulidris/algorithms-in-kotlin/blob/main/docs/images/algo.gif?raw=true"></img>
1317

14-
## Tutorials related to the code in this project
15-
16-
[developerlife.com](https://developerlife.com/category/CS/) has a set of tutorials that are based on the code that's
17-
provided in this repo. I would recommend you check these tutorials out as a way to get a handle on what the code in this
18-
repo does.
19-
2018
## Change master to main (2020-06-27)
2119

2220
The

0 commit comments

Comments
 (0)