Sagar bhat (@sagarbhatcs) 's Twitter Profile
Sagar bhat

@sagarbhatcs

🌟 Computer Science Engineer | 🌐 MERN Stack Enthusiast | 📊 Data Structures & Algorithms Learner | 💻 Building efficient web apps | GitHub: @Ersagar4u

ID: 1838550329492934657

calendar_today24-09-2024 12:05:41

41 Tweet

17 Followers

7 Following

Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

✨ Built an Insertion Sort in Java! 🖥️ This algorithm places each element in its correct position as it iterates, making it great for small or partially sorted arrays. #Java #Coding #Algorithms #InsertionSort #CodeNewbie #100DaysOfCode #dream

✨ Built an Insertion Sort in Java! 🖥️ This algorithm places each element in its correct position as it iterates, making it great for small or partially sorted arrays. #Java #Coding #Algorithms #InsertionSort #CodeNewbie #100DaysOfCode #dream
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

✨ Leveraged Java’s built-in Arrays.sort() method for quick sorting! Efficiently sorted [3, 6, 4, 9, 2] to [2, 3, 4, 6, 9] in just one line Java’s library to the rescue! #Java #Coding #Sorting #Arrays #CodeNewbie #100DaysOfCode

✨ Leveraged Java’s built-in Arrays.sort() method for quick sorting! Efficiently sorted [3, 6, 4, 9, 2] to [2, 3, 4, 6, 9] in just one line Java’s library to the rescue! #Java #Coding #Sorting #Arrays #CodeNewbie #100DaysOfCode
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

🚀 Implemented Counting Sort in Java! By counting occurrences, this algorithm efficiently sorted [1, 1, 5, 3, 5, 8, 9] into [1, 1, 3, 5, 5, 8, 9]. Perfect for non-negative integer arrays! #Java #CountingSort #Algorithms #CodeNewbie #100DaysOfCode

🚀 Implemented Counting Sort in Java! By counting occurrences, this algorithm efficiently sorted [1, 1, 5, 3, 5, 8, 9] into [1, 1, 3, 5, 5, 8, 9]. Perfect for non-negative integer arrays! #Java #CountingSort #Algorithms #CodeNewbie #100DaysOfCode
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

📚 Completed basics of Sorting Algorithms in Java—now onto 2D Arrays! Ready to dive into multi-dimensional data and explore new ways to store and manipulate information. #Java #CodingJourney #2DArrays #Algorithms #CodeNewbie #100DaysOfCode

Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

🧩 Exploring 2D Arrays in Java! Think of them as tables or grids where data is stored in rows and columns. Perfect for handling matrices, game boards, or any structured data. Excited to dive in! #Java #2DArrays #Programming #CodeNewbie #100DaysOfCode

Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

🚀 Created a 2D Array in Java with a key search feature! Input values, display the matrix, and locate any key within its rows and columns. Perfect intro to multidimensional data! #Java #2DArrays #Programming #CodeNewbie #100DaysOfCode

🚀 Created a 2D Array in Java with a key search feature! Input values, display the matrix, and locate any key within its rows and columns. Perfect intro to multidimensional data! #Java #2DArrays #Programming #CodeNewbie #100DaysOfCode
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

✨ Implemented Spiral Order traversal for a 2D Matrix in Java! Traverses the matrix in a spiral pattern, printing elements layer by layer. Perfect for understanding matrix manipulation! #Java #2DArrays #SpiralMatrix #Programming #100DaysOfCode

✨ Implemented Spiral Order traversal for a 2D Matrix in Java! Traverses the matrix in a spiral pattern, printing elements layer by layer. Perfect for understanding matrix manipulation! #Java #2DArrays #SpiralMatrix #Programming #100DaysOfCode
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

✨ Calculated the sum of both diagonals in a 2D Matrix using Java! Adds values from the primary and secondary diagonals, giving insight into matrix operations. Result for this matrix: 68! #Java #2DArrays #Matrix #Algorithms #100DaysOfCode

✨ Calculated the sum of both diagonals in a 2D Matrix using Java! Adds values from the primary and secondary diagonals, giving insight into matrix operations. Result for this matrix: 68! #Java #2DArrays #Matrix #Algorithms #100DaysOfCode
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

🔑 Key Found at (row, col) if it exists; otherwise, "Key not found!" gets printed. Check it out and let me know what you think! 💻👇 #100DaysOfCode #Java #Coding #Algorithms #Tech #CodeNewbie

🔑 Key Found at (row, col) if it exists; otherwise, "Key not found!" gets printed.
Check it out and let me know what you think! 💻👇 #100DaysOfCode #Java #Coding #Algorithms #Tech #CodeNewbie
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

Exploring the fundamentals of programming strings—learning how to manipulate text, find patterns, and solve problems efficiently. #CodeNewbie #LearningJourney #Coding #100dayscodingchallenge

Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

🚀 Just wrote a Java program to check if a string is a palindrome! 🖥️✨ The code compares characters from both ends of the string, and if they all match, it's a palindrome! 💯 #Java #Programming #CodeNewbie #100DaysOfCode #Coding #Developer #Tech

🚀 Just wrote a Java program to check if a string is a palindrome! 🖥️✨ The code compares characters from both ends of the string, and if they all match, it's a palindrome! 💯 #Java #Programming #CodeNewbie #100DaysOfCode #Coding #Developer #Tech
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

📚 Today’s #JavaLearning! 🖥️ Explored strings: from taking input and output, finding string length, concatenating strings, to using the charAt method to access specific characters! Loving the journey to mastering strings! 💻 #100DaysOfCode #CodingJourney #CodeNewbie #Programming

Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

I scored 10 points in the List Comprehensions challenge on HackerRank hackerrank.com//challenges/li… #hackerRank #DSA #ComputerScience #TrumpTariffs