Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.5K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Mathematical
5.1K+ articles
Greedy
1.4K+ articles
Linked List
666+ articles
HashSet
69+ articles
DSA
25+ articles
JavaScript-ES
23+ articles
set
5 posts
Recent Articles
First Greater Element
Last Updated: 15 July 2026
Given an array arr[] of integers, for each element arr[i], find the smallest element arr[j] such that j i and arr[j] arr[i]. If no such element exists, return -1 for tha...
read more
DSA
AVL-Tree
Segment-Tree
set
DSA
Distinct Characters In Sorted Manner
Last Updated: 14 July 2026
Given a string s, return a string containing all distinct characters from s in non-decreasing order, without using any sorting algorithm.Examples:Input: s = "abdbc"Output:...
read more
DSA
strings
set
DSA
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
✕