Skip to content

Searching & Sorting Algorithms implemented and visualized in Unity

Notifications You must be signed in to change notification settings

BerkinAKKAYA/Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search-Algorithms

I implemented some search and sort algorithms to unity and visualized them.

  • Application creates a random array and you can sort it using editor with an algorithm you select.
  • Application picks a random number in array, you can find its index in array using an algorithm you select in editor.

Searching Algorithms Implemented

  • Linear
  • Binary
  • Jump
  • Interpolation
  • Exponential
  • Ternary

Implementation of Searching Algoritmhs

Sorting Algoritmhs Implemented

  • Selection
  • Bubble
  • Insertion
  • Merge

Implementation of Sorting Algoritmhs

About

Searching & Sorting Algorithms implemented and visualized in Unity

Topics

Resources

Stars

Watchers

Forks