tmaxxdd / KotlinVsDart

Dart and Kotlin language comparison for the multi-platform development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KotlinVsDart

Dart and Kotlin language comparison for the multi-platform development

Algorithms

Implemented in both languages more and less popular algorithms for different problems:

Sort:

  • BubbleSort
  • InsertionSort
  • MergeSort

Search:

  • BinarySearch
  • JumpSearch
  • InterpolationSearch

Other

  • 2nd biggest number
  • Floyd’s Cycle Detection
  • Breadth-First Search
  • KMP

About

Dart and Kotlin language comparison for the multi-platform development


Languages

Language:Kotlin 52.0%Language:Dart 48.0%