Please enable JavaScript.
Coggle requires JavaScript to display documents.
LeetCode Python - Coggle Diagram
LeetCode Python
Big O Expression
-
-
-
-
Complexity of Log
-
-
The number of times we can divide a number by the log's base before we get the value that less than or equal to 1
-
-
HashTable
Hash
-
Hash function
-
-
Better hash function: instead of sum, multiply each value with its respective indeces
-
-
-
-
Sliding Window Algorithm
Problem
Given an arr with N elements, find sum of K consecutive elements in arr