June 24 #23
TimZiemer
announced in
Announcements
June 24
#23
Replies: 1 comment 1 reply
-
Should we upload our algorithms here in the discussion or push them to a certain branch? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I will be on a conference next week, we will have a challenge rather than a seminar: In the codebase of the main branch, you will find the "Chellenge" folder including a large csv file with random numbers (numbers.csv). Your challenge will be to
1.) import the data from the file
2.) implement your own sorting algorithm to sort them (please do not use a pre-defined sorting algorithm)
3.) measure and report the computation time.
You can use the github discussions function to post relevant literature, ask for help or provide help to others.
Beta Was this translation helpful? Give feedback.
All reactions