Skip to content

This is my coursework for the second semester of the first year in KPI , in which I implemented the search for given elements in the array

Notifications You must be signed in to change notification settings

uhpoler/SearchInArray-coursework

Repository files navigation

SearchInArray-coursework

This is my course work for the second semester of the first year in KPI. The work is done in C++ language using Winforms. I implemented the search for given elements in the array. There is a random number generator here, and the search is performed using the:

  • sequential search method
  • interpolation method of search
  • Fibonacci method
  • search method using the hash function

Class diagram

image

Main window

image

Animation

image

Saving the result

image

Grafics

image

About

This is my coursework for the second semester of the first year in KPI , in which I implemented the search for given elements in the array

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages