Archive of category 'data structures'
-
Sep 24, 2018 •
algorithms,
data structures,
C++,
segment tree
Updates in a Segment Tree →
-
Sep 12, 2018 •
algorithms,
data structures,
C++,
segment tree
Counting cokes faster for a different reward ... →
-
Sep 2, 2018 •
algorithms,
data structures,
C++
Counting cokes for a different reward ... →
-
Jun 29, 2018 •
data structures,
arrays,
algorithms,
C++
Computing elements that result in maximum product efficiently →
-
Jun 25, 2018 •
data structures,
arrays,
algorithms,
C++
Computing elements that result in maximum product →
-
Jun 20, 2018 •
data structures,
arrays,
algorithms,
C++
Computing maximum length subarray that sums to 0 →
-
Jun 15, 2018 •
data structures,
arrays,
algorithms,
C++
Finding all subarrays that sum to 0 →
-
Jun 10, 2018 •
data structures,
arrays,
algorithms,
C++
Finding the subarray leading to zero sum, faster →
-
Jun 5, 2018 •
data structures,
arrays,
algorithms,
C++
Finding the subarray leading to zero sum →
-
Apr 27, 2018 •
algorithms,
data structures,
arrays
Rotating array elements faster →
-
Apr 25, 2018 •
algorithms,
data structures,
arrays
Rotating array elements →
-
Apr 23, 2018 •
algorithms,
data structures,
arrays
More efficient computation of equillibrium index in an array →
-
Apr 20, 2018 •
algorithms,
data structures,
arrays
Finding the equillibrium index in an array →
-
Apr 17, 2018 •
algorithms,
data structures,
arrays
Reversing elements of an array in groups →
-
Apr 14, 2018 •
algorithms,
data structures,
arrays
Finding the minimum absolute difference among array elements →
-
Apr 9, 2018 •
algorithms,
data structures,
strings
Searching for occurence of a pattern in a string →
-
Apr 8, 2018 •
algorithms,
data structures,
arrays
Rotating an array counter clockwise around a given index →
-
Apr 7, 2018 •
algorithms,
data structures,
strings
Checking if a string is an isogram →
-
Apr 6, 2018 •
algorithms,
data structures,
strings
Checking if two strings are isomorphic →
-
Apr 5, 2018 •
algorithms,
data structures,
arrays
Reversing a sub-array of an array in place →
-
Apr 4, 2018 •
algorithms,
data structures,
strings
Checking for string rotations by a fixed length →
-
Apr 3, 2018 •
algorithms,
data structures,
strings
Checking for string rotations →
-
Apr 2, 2018 •
algorithms,
data structures,
arrays
Reversing an array in place →
-
Mar 24, 2018 •
algorithms,
data structures,
trie
Creating and searching for prefixes in a Trie →
-
Mar 21, 2018 •
algorithms,
data structures,
trie
The Trie →
-
Mar 18, 2018 •
algorithms,
data structures,
trie
From spell check to routers to many more... →
-
Mar 15, 2018 •
algorithms,
data structures,
heap
Min heap, sink and swim →
-
Mar 12, 2018 •
algorithms,
data structures,
heap
Insert and delete items in a min heap →
-
Mar 9, 2018 •
algorithms,
data structures,
heap
Fast queries and min heap →
-
Mar 6, 2018 •
algorithms,
data structures,
heap
Fast queries using heaps →
-
Feb 17, 2018 •
algorithms,
data structures,
C++
Efficient point updates in a Fenwick Tree →
-
Feb 9, 2018 •
algorithms,
data structures,
C++
Faster range queries using Fenwick Tree →
-
Feb 5, 2018 •
algorithms,
data structures,
C++
Counting Cokes faster ... →
-
Feb 1, 2018 •
algorithms,
data structures,
C++
Counting Cokes ... →
-
Nov 14, 2017 •
algorithms,
data structures,
stacks
Stack using Arrays - Operations →
-
Nov 13, 2017 •
algorithms,
data structures,
stacks
Stacks →
-
Nov 12, 2017 •
algorithms,
data structures,
queues
Queue using Linked List - Operations →
-
Nov 11, 2017 •
algorithms,
data structures,
queues
Queues using Linked List →
-
Nov 10, 2017 •
algorithms,
data structures,
queues
Queue using Arrays - Operations →
-
Nov 9, 2017 •
algorithms,
data structures,
queues
Queues →
-
Nov 8, 2017 •
algorithms,
data structures,
linked lists
Reversing a linked list using a recursive algorithm →
-
Nov 7, 2017 •
algorithms,
data structures,
linked lists
Reversing a linked list →
-
Nov 6, 2017 •
algorithms,
data structures,
linked lists
Finding an element in a linked list using a recursive algorithm and printing it out →
-
Nov 5, 2017 •
algorithms,
data structures,
linked lists
Finding an element in a linked list and printing it out →
-
Nov 4, 2017 •
algorithms,
data structures,
linked lists
Deleting an element in a linked list →
-
Nov 3, 2017 •
algorithms,
data structures,
linked lists
Searching for an element in a linked list →
-
Nov 2, 2017 •
algorithms,
data structures,
linked lists
Adding an element to a linked list →
-
Nov 1, 2017 •
algorithms,
data structures,
linked lists
Getting started with linked lists →
-
Sep 25, 2017 •
data structures,
recursion,
ocaml
Binary Search Tree →
-
Sep 23, 2017 •
data structures,
recursion,
ocaml
Binary Trees again →
-
Sep 22, 2017 •
data structures,
recursion,
ocaml
Binary Trees →