datastructuresandalgorithms images

Discover Best datastructuresandalgorithms Images of World

#food #travel #sports #news #may #monday

LeetCode-POTD: 3068. Find the Maximum Sum of Node Values POTD Link - https://leetcode.com/problems/find-the-maximum-sum-of-node-values/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/18_05_2024.cpp Approach 1. calculate the difference (nums[i] XOR k - nums[i]) 2. Sort the diff array, in descending order 3. take the pair, if the pair sum is positive. #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/19/2024, 10:29:42 PM

GeeksForGeeks-POTD: Find the closest number POTD Link: https://www.geeksforgeeks.org/problems/find-the-closest-number5513/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/19_05_2024.cpp Approach 1. binary search(upper_bound) #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/19/2024, 9:47:24 PM

String concepts for interviews . . . Follow @project_maker___ for more !! . . #dsa #datastructuresandalgorithms #codinginterview #algorithm #strings

5/19/2024, 6:00:24 PM

Lambda functions in Python: concise power in just one line of code. 💻🚀 . . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio #algotutor  #datastructure  #datastructuresandalgorithms  #database  #coding  #coders  #programminers  #codingchallenge  #coding  #coder  #codinglife  #code  #programmingmemes  #programmer  #programminglife  #programmers #trendingpost  #viralpost #sundayfunday #sundaymorning #programmerlife

5/19/2024, 9:06:50 AM

Data Structure and Algorithms (DSA) Quiz -1 Comment your answer. Follow @hackuniv for more quizzes and content. . . . . . #hackuniv #dsa #datastructure #datastructuresandalgorithms #quiz #codingquiz #programmingquiz

5/19/2024, 8:01:48 AM

LeetCode-POTD: 979. Distribute Coins in Binary Tree POTD Link - https://leetcode.com/problems/distribute-coins-in-binary-tree/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/18_05_2024.cpp Approach 1. Calculate the number of moves needed to distribute coins in each of the subtrees, i.e. abs(total coins - number of nodes) #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/18/2024, 10:41:11 PM

GeeksForGeeks-POTD: Find the Highest number POTD Link: https://www.geeksforgeeks.org/problems/find-the-highest-number2259/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/18_05_2024.cpp Approach 1. binary search #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/18/2024, 10:24:23 PM

Linked list concept for interview . . . . . Follow @project_maker___ for more !! . . #dsa #datastructuresandalgorithms #codinginterview #algorithm #linkedlist

5/18/2024, 6:00:32 PM

✨ Coding is more than just writing lines of code; it's the language of the future. It empowers problem-solving, fosters creativity, and opens doors to endless opportunities. 💻 Embrace the importance of coding and unlock your potential in the digital age. 🚀 👉 Join us at www.maangcareers.com . . . . #google #microsoft #oracle #startups #slice #jobs #newjobs #jobsinindia #maangcareers #coding #Interviewpreparation #MAANG #FAANG #datastructuresandalgorithms #jobsearch #jobsearching #jobsearchtips #jobsearchadvice #placements #offcampusdrive #hiringnow

5/18/2024, 9:19:27 AM

Java's exception handling may not be my cup of tea but I still enjoyed learning about them. They seem tricky to understandd only because they are misunderstood (this applies for me and you as well 🤠) Finally posted after a month but at least this time I didn't ghost my own account so please share this post as much as possible Like ♡| Share —>| Follow @_hrmstudiaries_ . . . . . . . . . . . . . . . . .DO NOT REPOST ❌🚫 . . #studygramaesthetic #datastructuresandalgorithms #java #computerscience #computerlanguage #datastructures #engineering #studyaesthetics #mechanicalengineering #college #studygram #academics #collegeacademics

5/18/2024, 12:51:31 AM

LeetCode-POTD: 1325. Delete Leaves With a Given Value POTD Link - https://leetcode.com/problems/delete-leaves-with-a-given-value/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/17_05_2024.cpp Approach 1. try recursively removing the leaf node with the given value #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/17/2024, 10:52:40 PM

GeeksForGeeks-POTD: Find Pair Given Difference POTD Link: https://www.geeksforgeeks.org/problems/find-pair-given-difference1559/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/17_05_2024.cpp Approach 1. use Map/Set for storing the number 2. find if num-x or num+x exists in map, return 1. #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/17/2024, 10:44:45 PM

Day 3 of coding challenge , I was not able to do the questions of cracking the coding interview. #datascience #python #cpp #datastructuresandalgorithms #java #javascript #algorithms

5/17/2024, 9:06:25 PM

Binary search concepts for interview . . . . Follow @project_maker___ for more !! . . . #dsa #datastructuresandalgorithms #codinginterview #algorithm #binarysearch

5/17/2024, 5:39:50 PM

🔥Code conquers all! 🔥 Unleash your inner tech titan and dominate the software world. Be the ultimate coding conqueror!💻👑 👉 Join us at www.maangcareers.com . . . #google #microsoft #oracle #startups #slice #jobs #newjobs #jobsinindia #maangcareers #coding #Interviewpreparation #MAANG #FAANG #datastructuresandalgorithms #jobsearch #jobsearching #jobsearchtips #jobsearchadvice #placements #offcampusdrive #hiringnow #CodeConqueror #TechTitan #softwaremastery

5/17/2024, 4:22:11 PM

Before I solve some more questions I decided to keep revising more DSA concepts. I wanted to revise tree traversal algorithms which has been out of touch for me since months. Before that these some slides go through initials for Trees, specifically Binary Trees. #datastructures #coding #programming #algorithm #java #programmer #datastructure #python #javascriptdeveloper #coder #computerscience #algorithms #software #datastructuresandalgorithms #coders #learn #codingbootcamp #with #re #technology #codinglife #programmingmemes #webdevelopment #programmers #css #pythonprogramming #amazon #coderlife #html #computer

5/17/2024, 8:43:27 AM

🚀 Elevate your coding skills with our Mastering DSA and System Design course! 🌟 Join our online batch starting May 25th, 2024, from 10:00am to 12:00 pm. 🎓 Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. #algotutor #javascript #typescript #sqldeveloper #datastructure #datastructuresandalgorithms #database #coding #coders #programminers #codingchallenge #coding #coder #codinglife #code #programmingmemes #programmer #programminglife #programmers #fridayfeelings #fridayvibes #trendingpost #viralpost #Coding #DSA #SystemDesign #OnlineLearning

5/17/2024, 7:57:49 AM

Hi Everyone! I am thrilled to announce that I have completed the "100 𝐃𝐚𝐲𝐬 𝐨𝐟 𝐏𝐎𝐓𝐃" 𝐂𝐡𝐚𝐥𝐥𝐞𝐧𝐠𝐞 on the 𝐂𝐨𝐝𝐞𝐅𝐨𝐫𝐜𝐞𝐬 Coding Platform. The Duration of this 𝐂𝐡𝐚𝐥𝐥𝐞𝐧𝐠𝐞 was 100 𝐃𝐚𝐲𝐬 (𝐅𝐞𝐛 08, 2024-𝐌𝐚𝐲 17, 2024). I solved 100 𝐏𝐫𝐨𝐛𝐥𝐞𝐦𝐬 related to 𝐒𝐭𝐫𝐢𝐧𝐠𝐬, 𝐂𝐨𝐧𝐬𝐭𝐫𝐮𝐜𝐭𝐢𝐯𝐞 𝐀𝐥𝐠𝐨𝐫𝐢𝐭𝐡𝐦𝐬, 𝐈𝐦𝐩𝐥𝐞𝐦𝐞𝐧𝐭𝐚𝐭𝐢𝐨𝐧, 𝐆𝐫𝐚𝐩𝐡 𝐌𝐚𝐭𝐜𝐡𝐢𝐧𝐠, 𝐒𝐡𝐨𝐫𝐭𝐞𝐬𝐭 𝐏𝐚𝐭𝐡𝐬, 𝐁𝐫𝐮𝐭𝐞 𝐅𝐨𝐫𝐜𝐞, 𝐆𝐫𝐞𝐞𝐝𝐲, 𝐍𝐮𝐦𝐛𝐞𝐫 𝐓𝐡𝐞𝐨𝐫𝐲, 𝐒𝐨𝐫𝐭𝐢𝐧𝐠𝐬, 𝐌𝐚𝐭𝐡, 𝐃𝐏, 𝐃𝐚𝐭𝐚 𝐒𝐭𝐫𝐮𝐜𝐭𝐮𝐫𝐞𝐬, 𝐇𝐚𝐬𝐡𝐢𝐧𝐠, 𝐁𝐢𝐧𝐚𝐫𝐲 𝐒𝐞𝐚𝐫𝐜𝐡, 𝐓𝐰𝐨 𝐏𝐨𝐢𝐧𝐭𝐞𝐫𝐬, 𝐄𝐱𝐩𝐫𝐞𝐬𝐬𝐢𝐨𝐧 𝐩𝐚𝐫𝐬𝐢𝐧𝐠, 𝐁𝐢𝐭𝐦𝐚𝐬𝐤𝐬, 𝐏𝐫𝐨𝐛𝐚𝐛𝐢𝐥𝐢𝐭𝐢𝐞𝐬, and 𝐃𝐅𝐒 using 𝐏𝐲𝐭𝐡𝐨𝐧 Programming Language. I enhanced my problem-solving skills. I want to express my gratitude towards 𝐂𝐨𝐝𝐞𝐅𝐨𝐫𝐜𝐞𝐬 for providing me with this great experience. #codeforces #codingjourney #codingcommunity #coding #python #codingchallenge #datastructuresandalgorithms #datastructures #algorithms #graph #dynamicprogramming

5/17/2024, 2:37:44 AM

LeetCode-POTD: 2331. Evaluate Boolean Binary Tree POTD Link - https://leetcode.com/problems/evaluate-boolean-binary-tree/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/16_05_2024.cpp Approach 1. try recursively evaluate the answer for each node #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/17/2024, 12:03:04 AM

GeeksForGeeks-POTD: Divisibility tree POTD Link: https://www.geeksforgeeks.org/problems/divisibility-tree1902/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/16_05_2024.cpp Approach 1. use dfs and count the nodes in its subtree 2. if number of nodes in subtree is even, cut it i.e. increase answer 3. else return number of nodes. #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/16/2024, 11:53:35 PM

Day 2 of posting the coding challenge 16th may(sorry for posting late) I was not able to complete the 5th question that code is not mine. #datascience #datastructure #datastructuresandalgorithms #problemsolving #mernstack #java #cpp

5/16/2024, 9:23:25 PM

Important Array concepts for interviews . . . . Follow @project_maker___ for more !! . . . . #dsa #datastructuresandalgorithms #codinginterview #algorithm #array

5/16/2024, 6:00:52 PM

We are Providing Special Offer🤩 👨‍🏫Mr. Srinivas Garapati 🗣 Demo Classes On : Monday to Saturday For More Information : 📧Visit Our Site : www.ameerpettechnologies.com ☎️Contact Now : +91-9119556789. 🤝Join Us : 🔗 https://ameerpettechnologies.com/ 📩LinkedIn : https://www.linkedin.com/in/ameerpet-technologies-3a2909256/ 📩Instagram : https://www.instagram.com/ameerpettechnologiestraining 📩Twitter : https://twitter.com/AmeerpetTechno1 📩WhatsApp : https://web.whatsapp.com/ 📩Telegram : https://web.telegram.org/k/#@ameerpet_technologies 📩 https://www.youtube.com/@ameerpettechnologies #DataStructures #datastructuresandalgorithms #dsa #clanguage #programming #onlinelearning #specialoffer #codingchallenge #dsawithcplusplus

5/16/2024, 11:25:37 AM

Get ready to change your future with CodeSquadz! Join our Data Structures & Algorithms Training Batch starting on May 20th, 2024, taught by the expert Tanay Kishore Mishra. Get hands-on experience with real projects with 100% placement assistance. Boost your tech skills and kickstart your IT career. Enroll Now!! #datastructures #coding #programming #algorithms #algorithms #softwaredevelopment #datastructuresandalgorithms #trainingandplacement #newbatch

5/16/2024, 6:52:48 AM

Combining the power of Plotly.js with the flexibility of React for dynamic and interactive data visualizations! 📊💻 . . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio #algotutor  #datastructure  #datastructuresandalgorithms  #database  #coding  #coders  #programminers  #codingchallenge  #coding  #coder  #codinglife  #code  #programmingmemes  #programmer  #programminglife  #programmers  #trendingpost  #viralpost  #thursdayvibes #thursdsythoughts #programmerlife #React #Plotly #DataViz

5/16/2024, 6:33:02 AM

LeetCode-POTD: 2812. Find the Safest Path in a Grid POTD Link - https://leetcode.com/problems/find-the-safest-path-in-a-grid/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/15_05_2024.cpp Approach 1. create safeness matrix(minimum distance from any thief) using dfs/bfs 2. find the path with maximum safeness #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/15/2024, 9:09:11 PM

GeeksForGeeks-POTD: Account Merge POTD Link: https://www.geeksforgeeks.org/problems/account-merge/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/15_05_2024.cpp Approach 1. Union find Algorithms on common email and username #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/15/2024, 8:43:11 PM

LeetCode-POTD: 1219. Path with Maximum Gold POTD Link - https://leetcode.com/problems/path-with-maximum-gold/description GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/14_05_2024.cpp Approach 1. DFS + backtracking 2. set grid[i][j] = 0, and add it to the answer 3. reset grid[i][j] after exploring all possible paths. #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/15/2024, 8:27:58 PM

GeeksForGeeks-POTD: Path With Minimum Effort POTD Link: https://www.geeksforgeeks.org/problems/path-with-minimum-effort/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/14_05_2024.cpp Approach 1. binary search on answer 2. use DFS #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/15/2024, 8:13:52 PM

Day 1 of 15 Days Coding challenge completed. Things that didn’t go well was the leetcode streak question honestly the code that I have written is not mine , I was stuck in that problem that’s why I saw the solution . 15th May 2024. I was not able to write notes of core subjects as well today . #datastructure #datastructuresandalgorithms #problemsolving #interview #timecomplexity #leetcode #codechef #java

5/15/2024, 8:03:37 PM

Real life Application of Data Structures . . . . Follow @project_maker___ for more !! . . #dsa #datastructuresandalgorithms #codinginterview #algorithm #applications

5/15/2024, 6:00:38 PM

DSA Handwritten Notes beginners to Advanced 🔥 DSA forms the cornerstone of problem-solving, algorithmic efficiency, and coding skills. Engineers who invest time and effort into honing their DSA skills gain a significant advantage in technical interviews, coding assessments, and real-world project scenarios. Data structures and algorithms are the most required skill for back-end developers, hence to build the entire system, DSA is a must. It is the building block of software development, therefore, without knowledge of data structures and algorithms, you can't even think of becoming a full-stack developer. Follow @i_am_simple_kiran Thanks @topperworld.in for these useful notes #datastructures #coding #programming #algorithm #java #programmer #datastructure #python #javascript #coder #computerscience #algorithms #software #datastructuresandalgorithms #coders #learn #codingbootcamp #with #re #technology #codinglife #programmingmemes #webdevelopment #programmers #css #pythonprogramming #amazon #coderlife #html #computerscience

5/15/2024, 7:59:33 AM

Looking to sharpen your coding skills? Check out these top 7 websites for practicing coding! 💻 . . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio #algotutor  #datastructure  #datastructuresandalgorithms  #database  #coding  #coders  #programminers  #codingchallenge  #coding  #coder  #codinglife  #code  #programmingmemes  #programmer  #programminglife  #programmers  #instadailypost  #trendingpost  #viralpost  #wednesdaywisdom #wednesdayvibes #programmerlife #CodingPractice #CodeNewbie

5/15/2024, 5:40:32 AM

LeetCode-POTD: 861. Score After Flipping Matrix POTD Link - https://leetcode.com/problems/score-after-flipping-matrix/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/13_05_2024.cpp Approach 1. filp row if first element of the row is zero 2. flip column if zeros are more than ones #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/13/2024, 8:32:32 PM

GeeksForGeeks-POTD: Number of Good Components POTD Link: https://www.geeksforgeeks.org/problems/number-of-good-components--170647/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/13_05_2024.cpp Approach 1. find a connected component 2. if the number of edges in the component is equal to n*(n-1) i.e. all nodes are connected to each other nodes. It's good component. #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/13/2024, 8:14:21 PM

LeetCode-POTD: 2373. Largest Local Values in a Matrix POTD Link - https://leetcode.com/problems/largest-local-values-in-a-matrix/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/12_05_2024.cpp Approach 1. brute force #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/12/2024, 10:09:44 PM

GeeksForGeeks-POTD: Minimum steps to destination POTD Link: https://www.geeksforgeeks.org/problems/minimum-number-of-steps-to-reach-a-given-number5234/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/12_05_2024.cpp Approach 1. sum of first n natural numbers >= d #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/12/2024, 10:03:17 PM

LeetCode-POTD: 857. Minimum Cost to Hire K Workers POTD Link - https://leetcode.com/problems/minimum-cost-to-hire-k-workers/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/11_05_2024.cpp Approach 1. create an array of pair of 2. Sort the array 3. use priority queue and sliding window #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/11/2024, 10:16:30 PM

GeeksForGeeks-POTD: Juggler Sequence POTD Link: https://www.geeksforgeeks.org/problems/juggler-sequence3930/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/11_05_2024.cpp Approach 1. use while loop until n becomes 1. 2. if n is even, n = sqrt(n) 3. else n = sqrt(n^3) #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/11/2024, 9:16:51 PM

Brushing up on sorting techniques! Gonna re-visit the concepts and then tackle some problems from the problem set. Just like athletes can’t perform without practice, solving problems under time constraints needs a strong foundation in the concepts. Aiming to get comfortable with problems in the 1200-1400 range for the next few days. Wish me luck! #datastructures #coding #programming #algorithm #java #programmer #datastructure #python #javascript #coder #computerscience #algorithms #software #datastructuresandalgorithms #coders #learn #codingbootcamp #with #re #technology #codinglife #programmingmemes #webdevelopment #programmers #css #pythonprogramming #amazon #coderlife #html #computer

5/11/2024, 12:52:23 PM

Programmers must know how to turn coffee into code ☕💻 . . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio #algotutor  #datastructure  #datastructuresandalgorithms  #database  #coding  #coders  #programminers  #codingchallenge  #coding  #coder  #codinglife  #code  #programmingmemes  #programmer  #programminglife  #programmers  #instapost #instalike #instadailypost  #trendingpost  #viralpost  #saturdaymorning #saturdaytips #programmerlife

5/11/2024, 6:03:47 AM

LeetCode-POTD: 786. K-th Smallest Prime Fraction POTD Link - https://leetcode.com/problems/k-th-smallest-prime-fraction/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/10_05_2024.cpp #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/10/2024, 10:57:37 PM

GeeksForGeeks-POTD: Combination Sum II POTD Link: https://www.geeksforgeeks.org/problems/combination-sum-ii-1664263832/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/10_05_2024.cpp Approach 1. sort the array 2. try all combinations 3. use backtracking with base conditions(rem == 0 and rem < 0 || idx >= n) #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/10/2024, 4:12:17 AM

LeetCode-POTD: 3075. Maximize Happiness of Selected Children POTD Link - https://leetcode.com/problems/maximize-happiness-of-selected-children/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/09_05_2024.cpp Approach 1. use priority_queue 2. add q.top() and reduce the happiness of the remaining children #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/9/2024, 9:30:41 PM

GeeksForGeeks-POTD: Divisor Game POTD Link: https://www.geeksforgeeks.org/problems/divisor-game-1664432414/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/09_05_2024.cpp Approach 1. n modulo 2 == 0 #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/9/2024, 9:20:08 PM

Transforming messy data into meaningful insights, one clean line at a time. . . . For more 👇🏻 AlgoTutor is a platform that helps people excel in their dream tech job interviews by teaching them important skills like data structures and system design concepts. 👉 Here's why you should choose AlgoTutor: 🚀Learn how to ace interviews. 🌐Secure your dream tech job. 💼Get dedicated help with finding job placements. Don't miss out on this opportunity! You can even get a FREE demo class with a 10% early bird discount - 👉 Link in bio #algotutor  #python  #datastructure  #datastructuresandalgorithms  #database  #coding  #coders  #programminers  #codingchallenge  #coding  #coder  #codinglife  #code  #programmingmemes  #programmer  #programminglife  #programmers  #trendingpost  #viralpost  #thursdaythoughts #thursdayvibes #DataCleaning #DataScience

5/9/2024, 9:06:40 AM

LeetCode-POTD: 506. Relative Ranks POTD Link - https://leetcode.com/problems/relative-ranks/description/ GitHub Solution Link- https://github.com/anshuahi/LeetCode/blob/main/daily-challenges-2024/08_05_2024.cpp Approach 1. sort the array based on value, and also store the index. 2. assign the respective rank to index #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/8/2024, 7:14:36 PM

GeeksForGeeks-POTD: Root to Leaf Paths POTD Link: https://www.geeksforgeeks.org/problems/root-to-leaf-paths/1 GitHub Solution Link- https://github.com/anshuahi/GeeksForGeeks/blob/master/ProblemOfTheDay/08_05_2024.cpp Approach 1. Traverse all nodes with DFS with node and list of all node-value of current path 2. If leaf node, add to ans array #datastructures #coding #c++ #programming #algorithm #java #programmer #datastructure #computerscience #algorithms #softwaredeveloper #datastructuresandalgorithms #coders #learn #codingbootcamp #technology #codinglife #webdevelopment #programmers

5/8/2024, 7:02:45 PM

Unlock the secrets of LinkedLists with Captain Dev and Ruby! 🪆🧑🏻‍💻🚀 Dive into the full story on Medium! 🔍 Link in bio. #LinkedLists #datastructuresandalgorithms #software #learning #java #kotlindeveloper #javascript

5/8/2024, 3:16:26 PM