4e5b364e11
entire e31 updated old one had error and was goofy
TanmaySpamzzz2023-12-11 17:06:21 +05:30
3a6ad7c77f
changed to only single for loop in quick for to reduce time complexity. thanks to mr. lalit hinduja
notkshitij2023-12-11 09:47:09 +05:30
d8ad39d234
moved if temp>freq in highest frequency outside the inner loop, as it should be
notkshitij2023-12-11 09:12:31 +05:30
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
testing
notkshitij2023-12-10 19:59:22 +05:30
a78f6deacc
updated the code for better understanding: added alternative method for quick sort and added description for some lines of code
notkshitij2023-12-10 19:32:22 +05:30
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 :)
notkshitij2023-12-10 16:47:58 +05:30
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'
notkshitij2023-12-10 16:12:39 +05:30
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.
notkshitij2023-12-10 16:10:56 +05:30
9820343428
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
notkshitij2023-12-07 16:19:16 +05:30
5e97a900f4
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
notkshitij2023-12-07 16:07:16 +05:30
6cbcb483c7
fixed certain functions, simplified the code and added descrption for certain lines of code. [perfect code]
notkshitij2023-12-07 15:58:43 +05:30
9e047e1c49
fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code]
notkshitij2023-12-07 14:28:42 +05:30
39e5ac734c
fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code]
notkshitij2023-12-07 14:25:56 +05:30
8321c44c81
changed compiler from python3 to g++ in apparatus for lab manuals 19,29,31,32. thanks to Mehul for pointing it out :)
notkshitij2023-10-28 17:00:30 +05:30
dc66a90d9b
Added assignment-19 (singly linked list for PRN and name) which takes PRN and names for n students and displays it
notkshitij2023-10-17 18:21:09 +05:30
5049898263
Added lab manuals for B19, C19 and added links for the same in README
notkshitij2023-10-16 20:49:53 +05:30
c0839fca65
Fixed links and formatting in README
notkshitij2023-10-16 20:36:30 +05:30
1adbeb7229
Updated link for assignment-16 (quick sort) in README
notkshitij2023-10-16 19:33:55 +05:30
7d0dce2d87
moved assignment-29_test2kska.cpp to archive since it has been merged with the main branch
notkshitij2023-10-16 20:22:58 +05:30
4f4565f5af
moved assignment-29_test2kska.cpp to archive since it has been merged with the main branch
notkshitij2023-10-16 20:22:02 +05:30
048bb1f136
Completely working queue code (assignment-29)
notkshitij2023-10-16 20:18:55 +05:30
0d906e3634
moved assignment-29 given by ma'am to archive
notkshitij2023-10-16 20:18:11 +05:30
e7148a6963
Quick sort code completely made by chatgpt **only for reference**
notkshitij2023-10-16 20:16:11 +05:30
d7e238ff13
Restored quick access file and moved it to archive
notkshitij2023-10-16 20:15:36 +05:30