All My Projects Till July 2022

15 Aug 2022


Built From P5.js

Projects I made from Half Reading of NatureOfCode

I readed the Nature Of Code Book Half when I was in 10th class due to my lack of knowledge of physics I was'nt able to read it fully. But When day I will read it.(🤣)

Maths + Programming

C/C++ Programs

Python Projects

This project is maded when I don't have any kind of knowledge of datastructures and aglorithm so don't judge this program.

Message: When I created that project I don't have any kind of knowledge of datastructure and algorithm so I just used any random non efficient algorithm that I don't know how it worked 🥲

Language code from one command. Exp: 'krun main.py' will run 'python main.py' and 'krun main.c' will run 'gcc main.c -o main'.

Its Not Much Fancy and I don't know Even if i ever completed this project or not.

Projects I made when I was a Beginner and learning from my Mentor Code With Harry

Playlist Link: Python Tutorial For beginner

Leet Code Questions I have solved

Message: I didn't Do this many questions to pass the interview of Big MNC[FANG] I just loved DataStructure and algorithm and wanted to improve my Logical Thinking. That's why I did

  1. Add Two Numbers
  2. Median of Two Sorted Arrays
  3. Zigzag Conversion
  4. Container With Most Water
  5. Roman to Integer
  6. Longest Common Prefix
  7. 3Sum
  8. Letter Combinations of a Phone Number
  9. Merge k Sorted Lists
  10. Swap Nodes in Pairs
  11. Reverse Nodes in k-Group
  12. Next Permutation
  13. Longest Valid Parentheses
  14. Search in Rotated Sorted Array
  15. Find First and Last Position of Element in Sorted Array
  16. First Missing Positive
  17. Trapping Rain Water
  18. Jump Game II
  19. Rotate Image
  20. Group Anagrams
  21. Maximum Subarray
  22. Merge Intervals
  23. Length of Last Word
  24. Permutation Sequence
  25. Valid Number
  26. Plus One
  27. Edit Distance
  28. Search a 2D Matrix
  29. Sort Colors
  30. Remove Duplicates from Sorted List II
  31. Largest Rectangle in Histogram
  32. Subsets II
  33. Decode Ways
  34. Validate Binary Search Tree
  35. Recover Binary Search Tree
  36. Find the Duplicate Number
  37. Self Crossing
  38. Find All Anagrams in a String
  39. Add Two Numbers II
  40. Number of Provinces
  41. Subtree of Another Tree
  42. Non-negative Integers without Consecutive Ones
  43. Decode Ways II
  44. Two Sum IV - Input is a BST
  45. Trim a Binary Search Tree
  46. Subarray Product Less Than K