Day 15, 16 of the #CrackYourInternship and #CrackYourPlacement Challenge by Arsh Goyal Day 15: 📍 Solved 4 DSA problems: - Product array puzzle - Word Wrap - Permute two arrays such that the sum of every pair is greater or equal to K - Product array puzzle Day 16: 📍 Solved 3 DSA problems: - Ceiling in a sorted array - Permutations in array - Check if reversing a sub array make the array sorted You can view my progress on GitHub: (https://lnkd.in/gqKRkWVD)
Karthik Chandra Bonthalakoti’s Post
More Relevant Posts
-
Day 12, 13 of the #CrackYourInternship and #CrackYourPlacement Challenge by Arsh Goyal Day 12: 📍 Solved 4 DSA problems: - Smallest window in a string containing all the characters of another string - Word Wrap - Text Justification - Boyer Moore Algorithm for Pattern Searching Day 13: 📍 Solved 4 DSA problems: - Distinct Subsequences - Maximum size rectangle binary sub-matrix with all 1s - Find the number of islands using DFS - Given a matrix of ‘O’ and ‘X’, replace ‘O’ with ‘X’ if surrounded by ‘X’ You can view my progress on GitHub: (https://lnkd.in/gqKRkWVD)
GitHub - BKarthikChandra/CrackYourInternship
github.com
To view or add a comment, sign in
-
Day 7 of the #CrackYourInternship and #CrackYourPlacement Challenge by Arsh Goyal 📍 Today, I successfully solved four DSA problems: - Maximum Points You Can Obtain from Card - Word Search - Jump Game - All Unique Permutations of an array You can view my progress on GitHub: (https://lnkd.in/gqKRkWVD)
GitHub - BKarthikChandra/CrackYourInternship
github.com
To view or add a comment, sign in
-
Day 9 of the #CrackYourInternship and #CrackYourPlacement Challenge by Arsh Goyal 📍 Today, I successfully solved four DSA problems: - Simplify Path - Reverse Words in a String - Generate Parentheses - Rabin-Karp Algorithm for Pattern Searching You can view my progress on GitHub: (https://lnkd.in/gqKRkWVD)
GitHub - BKarthikChandra/CrackYourInternship
github.com
To view or add a comment, sign in
-
✨️Excited to announce that I have taken up the #CrackYourInternship #CrackYourPlacememt Challenge curated by Arsh Goyal. 🚀In this Challenge i will be solving 280+ DSA questions in 45 days. 🔗 For this Challenge i am maintaining a github repository where you can track my progress: https://lnkd.in/gQDC2jAM ℹ️ For Day-1, I solved below questions: 1. Remove Duplicates from Sorted Array 2. Move Zeroes 3. Two Sum 4. Top Down Reheapify (Sink) 5. Linear Search 6. Binary Search #CrackYourInternship #CrackYourPlacememt
GitHub - shwetasng/CrackYourPlacement
github.com
To view or add a comment, sign in
-
#connections #Day 4 DSA Sheet by Arsh I have to consistently solve 4 to 5 problems daily to fulfil the challenge's criteria. This opportunity will help me to increase my practice in DSA. The level of questions is excellent. Why join? Joining the DSA Sheet by Arsh Goyal Bhaiya is a significant step towards enhancing our problem-solving skills and deepening our understanding of data structures and algorithms. This structured approach provides a comprehensive set of high-quality questions that challenge us to think critically and apply various techniques effectively By committing to solving 4 to 5 problems daily, I aim to cultivate a consistent practice routine, which is crucial for mastering DSA concepts. Engaging with this challenge helps me track my progress and fosters a strong foundation for future coding interviews and competitive programming. Participating in this challenge is an excellent opportunity to improve my skills in a focused and disciplined manner. Today I solved 4 problems 1. 54. Spiral Matrix===> Leetcode (Took help from Youtube) 2. 560. Subarray Sum Equals K =====> Leetcode 3. 1423. Maximum Points You Can Obtain from Cards===> Leetcode 4. 18. 4Sum===> Leetcode (Took help from Youtube) 5. 15. 3Sum ===> Leetcode (Took help from Youtube) My GitHub repo- https://lnkd.in/gfEahC9S #CrackYourInternship #CrackYourPlacement
GitHub - arnab-028/CrackYourPlacement
github.com
To view or add a comment, sign in
-
Full Stack Developer | | AI-Engineer | | Leetcode @150 | | Codechef @200 | | AIVERSE organizer | | Self Learner | | Student at Vishnu Institute of Technology (Autonomous)
🚀 #Day5 #CrackYourPlacement Hello Connections 🤗, Day 5 of the #CrackYourPlacement challenge has been another productive day! Today, I tackled a variety of problems that tested my algorithmic thinking and problem-solving skills. Here's what I worked on: ➡ Find Pair Given Difference: Identifying pairs with a specific difference. ➡ Minimum Moves to Equal Array Elements II: Balancing elements with minimal moves. ➡ Permutations in Array: Generating all possible permutations. ➡ Search in Rotated Sorted Array: Efficiently finding elements in rotated arrays. ➡ Smallest Positive Missing Number: Finding the smallest missing positive integer. I've updated my GitHub repository with today's solutions. Check it out here: 👉 https://lnkd.in/gJ8m6T2F Excited to keep pushing forward and tackling more challenges. Stay tuned for more updates! #Arrays #DSA #CodingChallenge #TechJourney #ProblemSolving #CrackYourPlacement #CrackYourInternship
GitHub - vamsinandepu/-CrackYourPlacement
github.com
To view or add a comment, sign in
-
#connections #Day 3 DSA Sheet by Arsh I have to consistently solve 4 to 5 problems in a day to fulfil the challenge's criteria. This opportunity will help me to increase my practice in DSA. The level of questions is excellent. Why join? Joining the DSA Sheet by Arsh Goyal Bhaiya is a significant step towards enhancing our problem-solving skills and deepening our understanding of data structures and algorithms. This structured approach provides a comprehensive set of high-quality questions that challenge us to think critically and apply various techniques effectively. By committing to solving 4 to 5 problems daily, I aim to cultivate a consistent practice routine, which is crucial for mastering DSA concepts. Engaging with this challenge not only helps me track my progress but also fosters a strong foundation for future coding interviews and competitive programming. Participating in this challenge is an excellent opportunity to improve my skills in a focused and disciplined manner. Today I solved 4 problems 1. 122. Best Time to Buy and Sell Stock II===> Leetcode 2. 974. Subarray Sums Divisible by K=====> Leetcode 3. 26. Remove Duplicates from Sorted Array===> Leetcode 4. 11. Container With Most Water===> Leetcode (Took help from Youtube) My GitHub repo- https://lnkd.in/gfEahC9S #CrackYourInternship #CrackYourPlacement
GitHub - arnab-028/CrackYourPlacement
github.com
To view or add a comment, sign in
-
Day 18/45 of #CrackYourPlacement #CrackYourInternship Challenge ✅ Solved 12 problems ! Explored Linked list today! 1. Middle of the Linked List 2. Linked List Cycle 3. Convert Binary Number in a Linked List to Integer 4. Remove Duplicates from Sorted List 5. Sort a linked list of 0s, 1s and 2s 6. Remove Linked List Elements 7. Merge Two Sorted Lists 8. Intersection of Two Linked Lists 9. Delete nodes having greater value on right 10. Palindrome Linked List 11. Reverse Linked List 12. Median of Two Sorted Arrays GitHub: https://shorturl.at/hdQ60 See you all tomorrow with a new update!
GitHub - pallavi240303/CrackYourPlacement
github.com
To view or add a comment, sign in
-
🚀 Day 5: #CrackYourPlacement #CrackYourInternship Hey everyone 🌟, Keeping the momentum going on the #CrackYourPlacement challenge! Today, I tackled some interesting problems: ✨ Permute two arrays such that sum of every pair is greater or equal to K 🔍 Print all the duplicate characters in a string 📍 Find the Index of the First Occurrence in a String 🔄 Longest Common Prefix ✅ Valid Palindrome II 📝 Check out my solutions on GitHub: https://lnkd.in/gQpxfTYw Feeling motivated and ready for more challenges. Let’s keep this coding journey exciting! 🚀💻 Stay tuned for more updates! #CrackYourPlacement #CrackYourInternship #DSA #CodingChallenge #TechJourney #ProblemSolving #Strings #Algorithms
GitHub - SairamSandaka/-CrackYourPlacement
github.com
To view or add a comment, sign in
-
AMAZON ML SUMMER SCHOOL 2K24 Student Mentor @Smart Interviews AFE-FFE Scholar FLY Scholar @NAVAGURUKUL Student at Shri Vishnu Engineering College for Women, Vishnupur, Kovvada Village, Bhimavaram, PIN-534202(CC-B0)
🚀 #Day4 #CrackYourPlacement Hello Connections 🤗, Continuing the #CrackYourPlacement challenge with more array problems! Today, I tackled and solved the following: ➡ Subarray Sum Equals K: Finding subarrays that sum up to a target. ➡ Chocolate Distribution Problem: Ensuring fair chocolate distribution. ➡ Sort an Array: Efficiently sorting arrays. ➡ 3Sum: Identifying triplets that sum to zero. I’ve updated my GitHub repository with these new solutions. Check them out here: 👉 https://lnkd.in/gZiixZsT Excited to keep pushing forward and share my progress. Stay tuned for more! #Arrays #DSA #CodingChallenge #TechJourney #ProblemSolving #CrackYourPlacement #CrackYourInternship
GitHub - KOLLA-SASANKA/CrackYourPlacement
github.com
To view or add a comment, sign in