Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-08T15:29:39.000Z (12 months ago)
- Last Synced: 2024-12-07T14:06:13.564Z (about 2 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
![image](https://github.com/uhpoler/SearchInArray-coursework/assets/114450143/36ee3b7d-1643-4cc8-901c-29eb9a6932f2)## Main window
![image](https://github.com/uhpoler/SearchInArray-coursework/assets/114450143/0e3a9b16-583e-462b-826b-35d271e73835)## Animation
![image](https://github.com/uhpoler/SearchInArray-coursework/assets/114450143/e20ccd6e-bfe9-4b99-9565-e23a8f865747)## Saving the result
![image](https://github.com/uhpoler/SearchInArray-coursework/assets/114450143/8dfc1f05-f51a-4a46-adb8-dd22d573d392)## Grafics
![image](https://github.com/uhpoler/SearchInArray-coursework/assets/114450143/ce69250d-a0c5-40c7-8a02-7b84ca8f562a)