https://github.com/uhpoler/searchinarray-coursework
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
https://github.com/uhpoler/searchinarray-coursework
cpp fibonacci-sequence hash-function interpolation-search winforms
Last synced: 26 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/uhpoler/searchinarray-coursework
- Owner: uhpoler
- Created: 2023-05-23T15:25:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T15:29:39.000Z (about 1 year ago)
- Last Synced: 2025-02-02T09:09:45.993Z (3 months ago)
- Topics: cpp, fibonacci-sequence, hash-function, interpolation-search, winforms
- Language: C++
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
## Main window
## Animation
## Saving the result
## Grafics
