issues Search Results · repo:gazolla/Kotlin-Algorithm language:Kotlin
Filter by
5 results
(88 ms)5 results
ingazolla/Kotlin-Algorithm (press backspace or delete to remove)This project hasn t been updated for quite some time. I invite you to contribute to my fork, and I m seeking your
assistance in keeping it up-to-date.
https://github.com/Amir-yazdanmanesh/Kotlin-Algorithm ...
Amir-yazdanmanesh
- Opened on Aug 25, 2023
- #24
fun T:Comparable T shuffle(items:MutableList T ):List T {
val rg : Random = Random()
for (i in 0..items.size - 1) {
val randomPosition = rg.nextInt(items.size)
val tmp : T = items[i] ...
niyaznigmatullin
- 3
- Opened on Oct 20, 2017
- #14
I just googled for a Kotlin Stack class and found this library...
i d like to open this up for discussion:
things that are currently undefined:
no POM -- was there ever any intent or success with: git ...
jnorthrup
- Opened on Aug 10, 2017
- #9
I was looking for code to do shuffle. I feel there are two problems with your solution:
1. the function mutates the list given to it (and sort of pretends that it didn t by returning the result of the ...
MarkusKramer
- 1
- Opened on Nov 23, 2016
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.