K notkshitij
  • Earth
  • Human

  • Joined on 2023-09-24
notkshitij pushed to main at sppu-se-comp-content/SoftwareEngineering 2024-06-06 23:26:59 +05:30
c4eb8598f3 Added assignments, notes, question papers and files such as disclaimer and old git commit logs.
notkshitij pushed to main at sppu-se-comp-content/HumanityAndSocialScience 2024-06-06 12:41:54 +05:30
564f57ae29 Added content for HSS, i.e. assignment solutions, README file and DISCLAIMER
notkshitij pushed to main at notkshitij/personal_projects 2024-02-21 16:27:28 +05:30
512bd3bad5 updated README
notkshitij pushed to main at notkshitij/personal_projects 2024-02-21 16:14:44 +05:30
faf38fbe82 fixed links
notkshitij pushed to main at notkshitij/personal_projects 2024-02-21 16:12:31 +05:30
5215695dd0 updated README
notkshitij pushed to main at ResearchPapers/FacialRecognition 2024-02-05 17:48:15 +05:30
822c61cd52 added more samples
notkshitij pushed to main at ResearchPapers/FacialRecognition 2024-02-05 17:46:44 +05:30
e7c9afafde actually adding samples now
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-19 21:36:15 +05:30
f49c3e4c86 added credits for handwritten important notes for end-sem, mr. afan
notkshitij pushed to main at sppu-se-comp-content/CG 2023-12-19 21:30:25 +05:30
3591fc99e3 added credits for handwritten important notes for end-sem, mr. afan
notkshitij pushed to main at sppu-se-comp-content/CG 2023-12-14 15:33:49 +05:30
dedaabbd24 fixed minor mistake in main function when calling koch curve, not it should make correct snowflake
notkshitij pushed to main at sppu-se-comp-content/CG 2023-12-14 15:31:32 +05:30
b317b6137b Fixed readme and filename for scan fill and floodfill
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-11 09:47:32 +05:30
3a6ad7c77f changed to only single for loop in quick for to reduce time complexity. thanks to mr. lalit hinduja
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-11 09:12:56 +05:30
d8ad39d234 moved if temp>freq in highest frequency outside the inner loop, as it should be
notkshitij pushed to testing at sppu-se-comp-content/DSL 2023-12-10 20:00:01 +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
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-10 19:32:47 +05:30
a78f6deacc updated the code for better understanding: added alternative method for quick sort and added description for some lines of code
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-10 16:48:20 +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 :)
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-10 16:12:52 +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'
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-10 16:11:20 +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.
notkshitij pushed to main at sppu-se-comp-content/DSL 2023-12-10 10:38:18 +05:30
ed996705db fixed binary and fibonacci