Description | Source file |
---|---|
Checks if both input strings are Meta Strings | /src/main/scala/MetaStrings.scala |
Find the minimum time | /src/main/scala/ParallelScanning.scala |
Finds exit from a given labyrinth (sort of Depth First Search - not efficient) | /src/main/scala/Labyrinth.scala |
Finds exit from a given labyrinth - Breadth-first search | /src/main/scala/LabyrinthBFS.scala |
Finds missing number in array | /src/main/scala/MissingNumberInArray.scala |
Finds subarray with given sum | /src/main/scala/SubarrayWithGivenSum.scala |
Checks whether the given usorted list contains contiguous integers | /src/main/scala/ContiguousIntegers.scala |
-
Notifications
You must be signed in to change notification settings - Fork 0
oginskis/codingProblems
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Attempts to find a solutions for some common programming problems using idiomatic Scala
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published