Skip to content

Contains datas structures and most common problems solved with Kotlin

Notifications You must be signed in to change notification settings

davedega/data-structures-and-algorithms-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

data-structures-and-algorithms-kotlin

Lesson 1 Iterations

Binary Gap

Find longest sequence of zeros in binary representation of an integer.
https://app.codility.com/programmers/lessons/1-iterations/binary_gap/

Lesson 4 Counting elements

PermCheck

Check whether array A is a permutation.
https://app.codility.com/programmers/lessons/4-counting_elements/perm_check/

Missing Integer

Find the smallest positive integer that does not occur in a given sequence.
https://app.codility.com/programmers/lessons/4-counting_elements/missing_integer/

Lesson 3 Time complexity

PermMissingElem

Find the missing element in a given permutation.
https://app.codility.com/programmers/lessons/3-time_complexity/perm_missing_elem/

Lesson 6 Sorting

Distinct

Compute number of distinct values in an array. https://app.codility.com/programmers/lessons/6-sorting/distinct/

About

Contains datas structures and most common problems solved with Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages