Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazmulidris/algorithms-in-kotlin
This project is useful if you are trying to get more fluency in Kotlin or need a refresher to do interview prep for software engineering roles
https://github.com/nazmulidris/algorithms-in-kotlin
algorithms computer-science data-structures data-structures-and-algorithms kotlin
Last synced: 3 months ago
JSON representation
This project is useful if you are trying to get more fluency in Kotlin or need a refresher to do interview prep for software engineering roles
- Host: GitHub
- URL: https://github.com/nazmulidris/algorithms-in-kotlin
- Owner: nazmulidris
- License: apache-2.0
- Created: 2018-06-24T16:57:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T05:14:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T10:16:51.648Z (3 months ago)
- Topics: algorithms, computer-science, data-structures, data-structures-and-algorithms, kotlin
- Language: Kotlin
- Homepage: https://developerlife.com/category/CS/
- Size: 21.2 MB
- Stars: 66
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms and Data Structures in Kotlin
This project is a collection of code samples and wiki articles on basic data structures and algorithms that are created
using Kotlin. This project is useful if you are trying to get more fluency in Kotlin or need a refresher to do interview
prep for software engineering roles.1. I strongly recommend reading my tutorials on [developerlife.com](https://developerlife.com/category/CS/) that are
based on the code that's provided in this repo. These tutorials are a great companion to the source code in this repo
and will help you understand the code and the algorithms.
2. Once you’ve cloned the repo, type `./gradlew run` in order to build and run this project from the command line.
3. This project uses the`classgraph` API to load all the classes in the `algorithms` package. You can read more about it
[here](https://github.com/classgraph/classgraph/wiki).## Screen capture of project in action
## Change master to main (2020-06-27)
The
[Internet Engineering Task Force (IETF) points out](https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1.1)
that "Master-slave is an oppressive metaphor that will and should never become fully detached from history" as well as
"In addition to being inappropriate and arcane, the
[master-slave metaphor](https://github.com/bitkeeper-scm/bitkeeper/blob/master/doc/HOWTO.ask?WT.mc_id=-blog-scottha#L231-L232)
is both technically and historically inaccurate." There's lots of more accurate options depending on context and it
costs me nothing to change my vocabulary, especially if it is one less little speed bump to getting a new person excited
about tech.You might say, "I'm all for not using master in master-slave technical relationships, but this is clearly an instance of
master-copy, not master-slave"
[but that may not be the case](https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00066.html). Turns out the
original usage of master in Git very likely came from another version control system (BitKeeper) that explicitly had a
notion of slave branches.- https://dev.to/lukeocodes/change-git-s-default-branch-from-master-19le
- https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx[#blacklivesmatter](https://blacklivesmatter.com/)