Explore tweets tagged as #linkedhashmap
@mario_casari
Mario Casari
15 days
๐Ÿ’ก Java Tip : You can use LinkedHashMap to easily implement an LRU (Least Recently Used) Cache. #Java #Collections
1
19
142
@karnikhil90
Nikhil Karmakar
11 months
Map HashMap LinkedHashMap LRU Cache WeakHashMap Garbage Collection Comparable SortedMap NavigableMap HashTable ConcurrentHashMap ConcurrentSkipListMap EnumMap ImmutableMap There is a lot of Map in Java ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ
0
0
8
@iamsaquibdev
Saquib Aftab
25 days
Java Interviews Essentials: HashMap vs TreeMap vs LinkedHashMap โœ… HashMap โ†’ Best performance, no order guarantees. TreeMap โ†’ Keys always sorted. Good for range queries like subMap(), headMap(), tailMap(). LinkedHashMap โ†’ Maintains order. Often used for LRU cache using
1
19
97
@amanhaidry
Aman Haidry
12 days
#Java from @geeksforgeeks ๐Ÿš€ โœ…Map Interface โœ…HashMap โœ…TreeMap โœ…LinkedHashMap #365DaysOfCode #JavaDev #GeeksforGeeks #gfg #nationskillup #skillupwithgfg #365DaysOfCoding
0
0
15
@piotr_minkowski
Piotr Miล„kowski
2 years
Java Tip ๐Ÿ’ก Since Java 21 โ˜•๏ธ the most popular implementations of the Java Collection API like `ArrayList`, `LinkedHashMap`, or `LinkedHashSet` are sequential collections. #java #openjdk #java21 #collections
3
21
132
@Vishesh_DS
Vishesh Raj
3 months
Day 58 of #100DaysOfCode ๐ŸŽฏ Solved "145. LRU Cache"(Medium)๐Ÿ”ฅ โœ… Used LinkedHashMap for Time complexity O(1). #LeetCode #DSA #Java #CodingJourney #LearnInPublic
6
2
36
@nidhiojha281
Nidhi
11 months
Day 25 of #100DaysOfCode #Java #DSA HashMap HashTable HashSet LinkedHashMap Map Queue ArrayToList ListToArray
13
0
102
@AlloyLauncher
Alloy - launcher and automator
5 months
Least known feature of LinkedHashMap - it can be used as a cache that supports FIFO and LRU eviction policies. You should override the removeEldestEntry(...) method to determine if this map should remove its eldest entry and specify accessOrder=true in constructor to make it LRU
3
0
2
@luke_pighetti
Luke
3 years
what's the point of a LinkedHashMap if there's no getter for keys that is also explicitly ordered?
3
1
0
@ByteOfMadness
Brain is braining ๐Ÿง 
1 year
๐Ÿš€ Day 2/100: Mastered Java Collections! ๐Ÿš€ Todayโ€™s highlights: Lists: ArrayList, LinkedList, Vector Sets: HashSet, LinkedHashSet, TreeSet Maps: HashMap, LinkedHashMap, TreeMap Feeling accomplished! ๐ŸŒŸ #Java #100DaysOfCode #Programming #TechSkills
2
0
2
@AbhirupCode
Abhirup Biswas
5 months
Day 2 of #100DaysOfCode ๐Ÿš€ - Iteration on HashMap - Implementation - Implementation code - About LinkedHashMap - Objects and Constructor functions in JS Grinding 2X time on my 2nd #100DaysOfCode challenge โœ… @ShradhaKhapra_ @ApnacollegeX
1
0
48
@mario_casari
Mario Casari
3 months
๐Ÿ’ก Java tip: Use LinkedHashMap to maintain insertion order.#Java #LearnJava
0
3
12
@mandira9051
Mandira Singh
7 months
DAY 48 Approach: LinkedHashMap TC: O(n logn) SC: O(n) #gfg160 #GFG #WomenInTech
1
1
31
@the_departed__
Munna Aziz Mondal
4 months
ava Learning #Day 48 โ€“ Collection Map Interface โœ” Stores data in key-value pairs โœ” Keys are unique โœ” Implementations: HashMap, LinkedHashMap, TreeMap, Hashtable โœ” Real-world use: Student DB, Banking, E-commerce, Flight Booking #Java #CodingJourney #DSA
0
0
16
@pradeepktr84
PK
2 years
Me: Gives a brief prompt about a logic Copilot: Produces code that contains 2 for loops within the same method Me: Can you optimize this code as 2 for loops seems bad performance-wise? Copilot: Gives a method that uses Streams - sort, peek, collect, returns a linkedhashmap
0
0
1
@iamsaquibdev
Saquib Aftab
5 months
List vs Set vs Map in Java ๐Ÿ‘‰ Common Implementations: - List: ArrayList, LinkedList, Vector - Set: HashSet, LinkedHashSet, TreeSet - Map: HashMap, LinkedHashMap, TreeMap, Hashtable, ConcurrentHashM
0
9
65
@shryay_
Shreya Upadhyay
6 months
โœ… Day 74 of #geekstreak2025! Solved LRU Cache on @geeksforgeeks using Javaโ€™s LinkedHashMap O(1) access & insertion Built-in elegance FTW! Time: O(1) | Space: O(capacity) #gfg160
1
0
16
@AbhirupCode
Abhirup Biswas
5 months
Day 4 of #100DaysOfCode ๐Ÿš€ - Revised HashMap implementation - TreeMap - Comparison btw HashMap, LinkedHashMap and TreeMap - Valid Anagram using hashmap @ShradhaKhapra_ @ApnacollegeX @AmanDhattarwal #DSA #Java
0
1
46
@RishikeshPatill
Rishikesh Patil
1 year
๐ŸŒŸ Day 28 Java: Map Interface in Java - Topics Covered - LinkedHashMap - LinkedHashMap Behavior - Hashtable - Constructor of Hashtable & LinkedHashMap ๐Ÿš€ Let's Connect. #Java #WebDev #letsconnect
0
0
3