Binary Search Tree (BST) Data Structure
A Binary Search tree (BST) is a data structure which has two children nodes…
September 05, 2018
Algorithms | Data Structures | Concepts |
---|---|---|
Breadth First Search (BFS) | Linked Lists | Bit Manipulation |
Depth First Search (DFS) | Binary Trees | Single Design Pattern |
Binary Search | Tries | Factory Design pattern |
Merge Sort | Stacks | Memory (Heap, Stack) |
Quick Sort | Queues | Recursion |
Trees Insert, find, delete etc | ArrayList, Vectors | Complexity, Big-O Notation |
Hash Table |
Power off 2 | Value | Value Name | MB, GB,... |
---|---|---|---|
6 | 64 | ||
7 | 128 | ||
8 | 256 | ||
10 | 1024 | One Thousand | 1 KB |
16 | 65,536 | 64 KB | |
20 | 1048,536 | 1 million | 1 MB |
30 | 1073,741,824 | 1 billion | 1 GB |
32 | 4294,967,296 | 4 GB | |
40 | 1099,511,627,776 | 1 trillion | 1 TB |
A Binary Search tree (BST) is a data structure which has two children nodes…
Problem The Leetcode file system keeps a log each time some user performs a…
A number consists of digits. Example: 843. Its a 3-digit number. Radix sort…
Problem Statement You are given an array prices where prices[i] is the price of…
Problem Statement Determine whether an integer is a palindrome. An integer is a…
Problem Statement Roman numerals are represented by seven different symbols: I…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…