Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork395
All Algorithms implemented in Kotlin
License
NotificationsYou must be signed in to change notification settings
TheAlgorithms/Kotlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- If you add an algorithm then you have to add a test (JUnit) along with it. In the absence of a test, the PR will not be approved.
- Follow the correct coding guidelines with proper description of the methods. ReferKotlin Coding Standards.
- Your work will be distributed underMIT License once your pull request is merged.
- Please do not add a signature inside the code. The commit history is sufficient to determine who has added the code to the repo.
- Make sure the algorithm which is getting added comes under a certain domain of Algorithms. Please don't create a package with a name such as Misc, Others, etc.
- While making a PR, make sure you are committing the Kotlin files only and not any project specific files. If you feel that your IDE is generating some extra files, then either don't add them to git, or add the extensions to
.gitignore
. - Please don't raise a PR for solutions to problems from online judges such as Hackerrank, Leetcode, etc.
- Fork theKotlin Repo
- Open the forked repo on your local machine through IntelliJ by importing the project as a Gradle project
- Make the changes on your local machine
- Push the changes to the forked repository
- Raise a PR against the master branch
About
All Algorithms implemented in Kotlin
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.