Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grindelfp/sadp_tasks
This one is for storaging my uni "Structures&Algorithms of Data Processing" tasks. Each task is in a separate project of a solution.
https://github.com/grindelfp/sadp_tasks
Last synced: about 1 month ago
JSON representation
This one is for storaging my uni "Structures&Algorithms of Data Processing" tasks. Each task is in a separate project of a solution.
- Host: GitHub
- URL: https://github.com/grindelfp/sadp_tasks
- Owner: GrindelfP
- Created: 2022-09-21T11:55:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T02:18:26.000Z (about 2 years ago)
- Last Synced: 2023-03-04T15:49:54.931Z (almost 2 years ago)
- Language: C#
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SADP_tasks
This one is for storaging my uni "Structures&Algorithms of Data Processing" tasks. Each task is in a separate project of a solution.## Task one
TASK: research the time of inputting of 7 arrays of sizes 10000, 20000, ..., 70000 with three diffenrent algorithms:
1. new elemnts are put to the beggining of array;
2. new elemnts are put to the end of array;
3. new elemnts are put in the middle of array with a random index.RESULTING DATA: text file with database, containing 3 columns: 1) time of inputting, 2) size of array, 3) type of input algorithm.