#java 搜尋結果
Day 29 ✅ Solved “Find Minimum in Rotated Sorted Array” 🔁 ⚡ 0 ms | 💾 41.89 MB Used binary search for an elegant O(log n) solution 🚀 Q: [leetcode.com/problems/find-…] Sol: [github.com/PriyabrataRoy/…] #100DaysOfCode #Java #DSA #Coding #BinarySearch
![Priyo8298966333's tweet image. Day 29 ✅
Solved “Find Minimum in Rotated Sorted Array” 🔁
⚡ 0 ms | 💾 41.89 MB
Used binary search for an elegant O(log n) solution 🚀
Q: [leetcode.com/problems/find-…]
Sol: [github.com/PriyabrataRoy/…]
#100DaysOfCode #Java #DSA #Coding #BinarySearch](https://pbs.twimg.com/media/G3MZzIKW0AA2Gmv.jpg)
Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

Currently in 4th year. Know only Java for now. Just started learning Spring Boot. Got selected at a small package ,but this is just the beginning. You’ll see me become a full-stack dev in the next few months. Day 1 of #100DaysOfCode #java #react #springboot

What a great time it is to be a #Java developer. As my friend @starbuxman pointed out it's easy to write scripts now... Making all of us Java Script developers 🤣

💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams. ✅ Avoids Object[] and casting. #Java #JavaDev
![mario_casari's tweet image. 💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams.
✅ Avoids Object[] and casting.
#Java #JavaDev](https://pbs.twimg.com/media/G2bPbniXUAAl_X6.jpg)
Solved Median of Two Sorted Arrays : Finally understood the intuition for Binary Search approach and why we always perform the search on the smaller array #LeetCode #Java #Coding #DSA

Great talk from @brunoborges at #IBMTechXchange on optimizing Java apps for Kubernetes ☕️☁️ ✅ Reduce image size ✅ Tune JVM & GC ✅ Consider vertical scaling ✅ Right-size your K8s cluster Loved the focus on aligning tech optimizations with business needs! #Java #Kubernetes…



Day 3 🌅 Woke up at 6️⃣ am 💪 ✅ Finished Spring IOC ✅ Understood JWT authentication flow 🔐 💻 DSA grind: • Two Sum • Two Sum II • Find the Pivot Index After DSA play with her 😄🐱 🐾 #Java #SpringBoot #DSA #CodingJourney

Learning react by developing an E-commerce website. So today I build Header Functional component of the website. Day3 of #100DaysOfCode #java #react #springboot

Today I have developed 1.Footer 2. Page Heading 3. Page title 4. Products cards of the website Day4 of #100DaysOfCode #java #react #springboot

🚀 Day 26 of #100DaysOfCode Today I practiced Java DSA with 3 small but useful problems: 1️⃣ Remove the last digit of a number 2️⃣ Check if a number is a power of 2 3️⃣ Swap two numbers without using a third variable #Java #DSA



🚀 With Collectors.summarizingInt() you can get count, sum, min, max, avg in one pass. #Java #JavaDev

When dealing with a monolithic Java application under heavy concurrent load that leads to issues like too many opened data pools or system failures, several strategies can be employed to address the problem codersite.dev/optimize-java-… #java #performance
Portfolio optimization with Java 25 LTS, Kotlin notebooks, and clarabel4j github.com/atraplet/portf… #optimization #java #quantitativefinance
Generate flexible Spring Boot apps with Bootify, a lightweight JHipster alternative. bootify.io/jhipster-alter… #SpringBoot #Java #WebDev #JHipster
Clarabel4j is now ready to be used with the latest Java 25 LTS. In the latest release, it also supports the linear solvers from Faer and Intel MKL Pardiso. github.com/atraplet/clara… #optimization #java #ai #machinelearning #datascience #quantitativefinance #programming
Autowired annotation os Spring Framework is discussed in detail with demonstration. Session is live on the Youtube channel. Here is the link - youtu.be/JAD_WyAR8JA #SpringBoot #Java #Programming #TechLearning #Developer #SoftwareEngineer #SoftwareDeveloper
youtube.com
YouTube
Spring and Spring Boot Key Annotations: Master @Autowired Annotation
Day 71 Learning about Java operators today — logic and operations, mind and machine. Building both understanding and discipline 💪 #100DaysOfCode #Java #30NitesOfCode codedex.io/community/30-n…

💻 Today’s DSA grind in Java ☕ • Spiral Matrix • Diagonal Sum • Search in Sorted Matrix Every question sharpened my logic and pattern-recognition skills 🔥 One step closer to mastering arrays and matrices! #100DaysOfCode #Java #DSA #CodingJourney

Day 11/100 of #100DaysOfCode 🚀 A day of deep dives and focused revision. •🧠 DSA: Solved 2 LeetCode problems, Sliding Window •💻 DEV: Levelled up my TypeScript skills >Generics. •🏫 Academics: Revised Linked List concepts in C for an upcoming exam. #Java #C #DSA #GSoC


Code : github.com/patilvishi/jav… 💬 What’s one mistake you made with ExecutorService that caused weird shutdown behavior? #Java #Concurrency #Multithreading #100DaysOfCode
🚀 #JavaDailySeries – Day 19 Let’s talk about the most ignored yet crucial part of Java concurrency - ExecutorService Shutdown & Best Practices 🧵👇 #Java #100DaysOfCode
👑N-Queens 👑 Day 51 of #100DaysOfCode ✅ Solved the N-Queens Problem 💻 It was challenging, but finally cracked it using backtracking and recursion 🚀 Feels amazing to solve this classic problem - honestly, this is my biggest achievement so far in DSA 🙌 #Java #DSA

Increase your software development income by leveling up your problem solving skills using algorithms and data structures codersite.dev/book/javaInter… #java #programming #coding #interview #developer #algorithms #codersite
Skill > Info inherent to each class. P start > user input > check with info > if correct send random skill to user. File starts with P. Random skill > new info > save file > load file. User input also connects with end program. #java #Borderlands #randomizer #flowchart
I just published EPAM Senior Java Engineer Interview Questions and Answers medium.com/p/epam-senior-… #Java #Web3
Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

Day 29 ✅ Solved “Find Minimum in Rotated Sorted Array” 🔁 ⚡ 0 ms | 💾 41.89 MB Used binary search for an elegant O(log n) solution 🚀 Q: [leetcode.com/problems/find-…] Sol: [github.com/PriyabrataRoy/…] #100DaysOfCode #Java #DSA #Coding #BinarySearch
![Priyo8298966333's tweet image. Day 29 ✅
Solved “Find Minimum in Rotated Sorted Array” 🔁
⚡ 0 ms | 💾 41.89 MB
Used binary search for an elegant O(log n) solution 🚀
Q: [leetcode.com/problems/find-…]
Sol: [github.com/PriyabrataRoy/…]
#100DaysOfCode #Java #DSA #Coding #BinarySearch](https://pbs.twimg.com/media/G3MZzIKW0AA2Gmv.jpg)
🗓️ Day 35/90 – #DSA in Java Solved Rat in a Maze 🐭 using Recursion & Backtracking 🧠 → Understood the problem → Built logic to find paths → Implemented the final code 💡 #100DaysOfCode #Java #DSA #Backtracking #Recursion #ProblemSolving #CodingJourney


Solved Median of Two Sorted Arrays : Finally understood the intuition for Binary Search approach and why we always perform the search on the smaller array #LeetCode #Java #Coding #DSA

Day 21/100 – Java DSA 🚀 Solved “Snakes and Ladders” on LeetCode By taking help of AI assistance. Learned to apply BFS for finding the minimum moves using board flattening and queue traversal. ⏱ Time: O(N²) 💾 Space: O(N²) #Day21 #Java #LeetCode #100DaysOfCode #BFS #DSA

🚀 Day 26 of #100DaysOfCode Today I practiced Java DSA with 3 small but useful problems: 1️⃣ Remove the last digit of a number 2️⃣ Check if a number is a power of 2 3️⃣ Swap two numbers without using a third variable #Java #DSA



🇮🇳🔹 LeetCode Daily Challenge 🧩 Problem: Find Resultant Array After Removing Anagrams 📘 LC No.: 2273 💡 Approach: 🌀 Reverse Stack Sweep 🔥 Day 672 Streak #LeetCode #Java #ProblemSolving #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava #DSA #100DaysOfCode

Built and tested the User Service + Controller for my Hotel Booking App 👨🏽💻 Created REST endpoints and confirmed everything works fine in Postman ✅ Github Url: github.com/MarvsConcept/H… #SpringBoot #Java #BackendDev #BuildInPublic #RESTAPI



💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams. ✅ Avoids Object[] and casting. #Java #JavaDev
![mario_casari's tweet image. 💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams.
✅ Avoids Object[] and casting.
#Java #JavaDev](https://pbs.twimg.com/media/G2bPbniXUAAl_X6.jpg)
Day 3 🌅 Woke up at 6️⃣ am 💪 ✅ Finished Spring IOC ✅ Understood JWT authentication flow 🔐 💻 DSA grind: • Two Sum • Two Sum II • Find the Pivot Index After DSA play with her 😄🐱 🐾 #Java #SpringBoot #DSA #CodingJourney

Do not be surprised Moustapha! How soon & what color? - I love you too 🥰 💵🏡💝✌🏼 #Java #Tchad #SaaS #Reactjs #SelfAwareness

Day 13 ✅ #100DaysOfCode 📌 Solved 4 problems from @kunalstwt dsa series ✨ Key takeaways: - Today i do linear serach program - Solve SearchInString program - Solve SearchInRange program - Solved Minimum No. Program #java #dsa




Something went wrong.
Something went wrong.
United States Trends
- 1. Happy Birthday Charlie 79K posts
- 2. #BornOfStarlightHeeseung 37.7K posts
- 3. #csm217 N/A
- 4. #tuesdayvibe 4,675 posts
- 5. Alex Jones 18K posts
- 6. Sandy Hook 4,938 posts
- 7. Pentagon 82.5K posts
- 8. Good Tuesday 37.6K posts
- 9. #NationalDessertDay N/A
- 10. #PortfolioDay 4,757 posts
- 11. Shilo 3,095 posts
- 12. Monad 210K posts
- 13. Dissidia 8,130 posts
- 14. Masuda 1,967 posts
- 15. Victory Tuesday 1,335 posts
- 16. Riggins N/A
- 17. Larry Fink 6,979 posts
- 18. Martin Sheen 7,374 posts
- 19. Sly Cooper N/A
- 20. Timbaland 1,897 posts