-
https://github.com/sentenza/hacktoberfest-scala-algorithms/blob/1e541a09eb9d7eb0dbec7feebb3d1d13d7f4c06a/src/main/scala/io/github/sentenza/hacktoberfest18/sort/CommonSortings.scala#L111
### Contrib…
-
-
**Contributing Guidelines**
* Each new contribution should be added to the `/sort` folder
https://github.com/sentenza/hacktoberfest-scala-algorithms/blob/456108fbc8e36072099debb2704f8b37002e8795…
-
We should aim at refactoring the current `CommonSortings` object in order to create two different implementations: the first one will use `scala.collection.immutable`, while the second one will keep t…
-
There are a couple of parameters fixed as constants that can be moved and read them from the config package:
https://github.com/kiali/kiali/blob/c1c9551daf6cf8eea3053ac42056ac5fd3b1c14a/kubernetes/…
-
https://github.com/sentenza/hacktoberfest-scala-algorithms/blob/1e541a09eb9d7eb0dbec7feebb3d1d13d7f4c06a/src/main/scala/io/github/sentenza/hacktoberfest18/sort/CommonSortings.scala#L34
> Radix sort…
-
https://github.com/sentenza/hacktoberfest-scala-algorithms/blob/1e541a09eb9d7eb0dbec7feebb3d1d13d7f4c06a/src/main/scala/io/github/sentenza/hacktoberfest18/sort/CommonSortings.scala#L33
> Counting …
-
**Contributing Guidelines**
- The repository is structured language-wise i.e. algorithms in a certain language go in a specific folder.
- The naming convention to be followed is `algo_name.language_…
-
https://github.com/sentenza/hacktoberfest-scala-algorithms/blob/1e541a09eb9d7eb0dbec7feebb3d1d13d7f4c06a/src/main/scala/io/github/sentenza/hacktoberfest18/sort/CommonSortings.scala#L35
> Bucket sor…
-
**Describe the bug**
Create liveliness and ready probes for Kiali pod
Health probes documentation: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
Ki…