Rudraksh Upadhyay
@RudrakshUp23368
Followers
58
Following
201
Media
9
Statuses
101
Hello I am computer engineering students eager to connect tech people...
Delhi
Joined July 2024
Todayโs #grind โ
Solved 3 #DSA Qs: Find First & Last Pos in #SortedArray (easy), Path With Minimum Effort (#Dijkstra variant, needed help), Cheapest Flights Within K Stops (tough). Also built a #RockPaperScissors game in #JavaScript using #DOM + #EventListeners ๐ #100DaysOfCode
0
0
5
Today was rough ๐ Made a basic #RockPaperScissors ๐ฎ in #JavaScript using #functions, revised #TopologicalSort ๐, solved #MajorityElement2 (>n/3) on #LeetCode with brute force but stuck on optimised ๐คฆ, failed #EventualSafeNodes too, revised #Linux #ShellScripting #DSA #Coding
0
0
3
โ
Todayโs #LeetCode grind: Solved #PascalTriangle (easy) Solved #BipartiteGraph (medium) Revised #CloneLinkedList question Feeling good with #DSA #Coding #Programming #LeetCodeJourney #CodeNewbie #100DaysOfCode #DataStructures #Algorithms #Cplusplus #DevCommunity ๐
0
0
4
#LeetCode grind ๐ Solved #SurroundedRegions by thinking of #Border elements โ similar to #NumberOfIslands via #DFS ๐ฅ Did #SubarraySumEqualsK โ #BruteForce โ
but #Optimized โ (took help). Also explored #JavaScript #Functions ๐ #Coding #DSA #100DaysOfCode
0
0
2
โ
Todayโs #CodingJourney : Solved Set Matrix Zeroes ๐ป, revised #DSA with #KosarajusAlgorithm ๐ and explored #JavaScript basics, especially #functions โก๏ธ Feeling the growth ๐ #100DaysOfCode #Coding #Programming #Cplusplus #JS #ProblemSolving #CodeNewbie #Developer
3
0
5
Today in my #DSA journey ๐ป: solved #ArticulationPoint in graphs using DFS (disc & low time), cracked #NextPermutation logic (pivot, swap, reverse) & explored #JavaScript data types + #var #let #const. #Coding #100DaysOfCode #ProblemSolving #WebDev #Programming
0
0
2
Todayโs grind โ
: 1๏ธโฃ #DSA Alternate + / - problem, 2๏ธโฃ #DSA Flood Fill & Rotten Oranges, 3๏ธโฃ Started #JavaScript journey ๐ #100DaysOfCode #Coding #Programming #CodeNewbie #LearnToCode #DevCommunity #Algorithm #DataStructures #ProblemSolving #CodeChallenge
0
0
1
Tough day but productive! ๐ป โ
Tackled Dijkstraโs Algorithm ๐ง โ
Intro to Flexbox in CSS ๐จ โ
Completed Primโs Algorithm ๐ Both graph algos were tricky but got through! #100DaysOfCode #DSA #WebDevelopment #DijkstrasAlgorithm #PrimAlgorithm #Flexbox #CodingJourney #TechTwitter
1
0
8
Today I did #Graphs ๐ง โ๏ธ #KahnsAlgorithm โ๏ธ #CycleDetection using #BFS โ was actually fun! ๐ Also explored #CSS basics โ #Margin vs #Padding. Bit confusing but got a decent grasp for now. #100DaysOfCode #WebDev #DSA #CodingJourney #Frontend #TechTwitter #connect
0
1
1
Studied #BFS & #DFS graph traversal todayโreally cool! ๐จโ๐ป Also started #CSS: learned about .classes, #ids, color, background-color, font-size, text-align, & font-family. Did exercises from @TheOdinProject too! ๐ #100DaysOfCode #WebDevelopment #Coding #HTML #GraphTheory #CONNECT
1
0
1
Started Graphs in #DSA ๐ (basics, matrix & list), solved Maximal Rectangle from #LeetCodeHard ๐ช (stack), and worked on basic #HTML projectsโgreat for tag fundamentals! #100DaysOfCode #Coding #WebDev #CodeNewbie #Frontend #DevLife #DSAChallenge #BuildInPublic #GraphTheory
0
0
1
Did #SudokuSolver today โ pretty tough one ๐ฎโ๐จ Then solved #DailyTemperature โ loved the next greater element concept ๐ฅ Ended the day with #MergeTwoSortedLists โ easy & standard ๐ก #100DaysOfCode #Leetcode #Coding #DSA #CodeNewbie #ProblemSolving #CodingLife #computer
0
0
2
Today I finally understood what elements & tags are in #HTML thanks to @TheOdinProject! ๐ Also implemented a dictionary using #Trie โ kinda tough but cracked it! ๐ช Ended the day by solving Rat in a Maze ๐๐ #WebDev #DSA #100DaysOfCode #CodingJourney #Backtracking #CodeNewbie
0
0
1
โ
Implemented #Trie today with #Insert, #Search & #Delete ops. ๐ Found #DeleteFunction toughest wrote it from scratch before learning the logic. ๐ ๏ธ Also setup #Git & #GitHub locally. ๐ Tomorrow: Basics of #GitHub+ #Trie problem solving.#DSA #Coding #100DaysOfCode #TechJourney
0
0
1
Tough day! ๐ป Solved #ReorganizeString โก๏ธ Brute force โ
(w/ lil #ChatGPT help) โก๏ธ Optimized โ
(3 key hints ๐
) Also learned #Linux basics ๐ง pwd, ls, mkdir, rm, paths & more ๐ก #100DaysOfCode #DSA #Leetcode #CLI #CodingJourney #TechTwitter #coding #LearnInPublic #connact
0
0
3
Tough grind today ๐ป โ
Solved #SmallestRange in K Sorted Lists (needed video, couldnโt think brute force ๐ต) โ
Did #MedianInAStream โ brute force O(nยฒlogn), then got O(nlogn) ๐ฏ Also started using #Linux on #VirtualBox! ๐ #100DaysOfCode #DSA #DevLife #VSCode #CONNECT #Hardwork
0
0
1
Did #DSA all day! โ
Solved Kth largest subarray sum โ easy if you know subarray sums. ๐คฏ Stuck on merging k sorted arrays with custom #MinHeap. Spent 2 hrs revising #OperatorOverloading. @deepseek_ai DeepThink helped! Later merged k lists easily ๐ #CPP #LeetCode #100DaysOfCode
0
0
2
DSA grind today ๐ป โ
Kth smallest & largest (heap) โ
Is binary tree a heap? (tricky) โ
Merge 2 heaps โ
Min cost to connect ropes โ
Convert BST to heap Also learned about DNS, internet, website vs server ๐ #DSA #100DaysOfCode #Coding #WebDev #Tech #Internet #Dev
#programming
0
0
2