Block a user
743 contributions in the last 12 months
Less
More
dedaabbd24
fixed minor mistake in main function when calling koch curve, not it should make correct snowflake
3a6ad7c77f
changed to only single for loop in quick for to reduce time complexity. thanks to mr. lalit hinduja
582e9aa59e
just having fun at this point with sorting algos. this file contains all sorting algos in our syllabus (selection sort, quick sort, bubble sort) and top 5 function
a78f6deacc
updated the code for better understanding: added alternative method for quick sort and added description for some lines of code
6db1cebae8
took me a few months to figure this out (jeez im dumb) but by changing the less than sign to greater than in top 5, the list can be sorted in descending order :)
4b2cfdc89b
updated top 5 function to only show top 5 scores instead of the whole list in descending order. requires minimum 6 elements in the list. also removed 'designed and engineered by kshitij'
79a69ad179
updated top 5 function to only show top 5 scores instead of the whole list in descending order. requires minimum 6 elements in the list.
9820343428
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
5e97a900f4
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
6cbcb483c7
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
9e047e1c49
fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code]
39e5ac734c
fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code]
a71700e42b
simplified code for assignment 3 (a and b), added explanation for some stuff and added 3b (earlier only 3a was there)