Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.1K+ articles
Python
19.6K+ articles
JavaScript
9.9K+ articles
Mathematical
5.1K+ articles
Greedy
1.4K+ articles
Linked List
666+ articles
HashSet
66+ articles
JavaScript-ES
23+ articles
In-house
+ articles
set
3 posts
Recent Articles
Popular Articles
Special Ranking Teams by Votes
Last Updated: 23 July 2025
Given an array of strings votes[], representing the voters' rankings. A special ranking system where each voter ranks all teams from highest to lowest. The task is to Sort...
read more
Strings
Picked
DSA
Hash
Atlassian
Interview-Questions
set
Find Maximum value of Increasing Triplet
Last Updated: 16 May 2024
Given an array arr[], the task is to return the maximum value of increasing triplet (i, j, k) such that i j k and arr[i] arr[j] arr[k]. The value of a triplet (i, j, k...
read more
Picked
DSA
Arrays
Uber
set
Set in JavaScript
Last Updated: 25 September 2025
A Set in JavaScript is used to store a unique collection of items, meaning no duplicates are allowed. Sets internally use a hash table which makes search, insert and delet...
read more
JavaScript
Web Technologies
JavaScript-ES
JavaScript-Set
set