All Posts

Page 9 of 25

Python - How to read files in multiple ways
tutorials

Python - How to read files in multiple ways

Read file all in one shot Above code read whole…

Azure Storage Blob - How to List and Download Blob from Azure Storage container in Python (No Azure library)
Azure Storage Blob - How to List Blob, Download Blob from Azure Storage container in Python (pypy libs)
System Design Interview Vocabulary Notes
coding-interview

System Design Interview Vocabulary Notes

In this post, we will see some of the frequently…

Coding Interview - Facebook System Design Interview Types
coding-interview

Coding Interview - Facebook System Design Interview Types

System design interview is pretty common these…

Find the maximum sum of any continuous subarray of size K
coding-interview

Find the maximum sum of any continuous subarray of size K

Introduction You are given an array of integers…

Graph Topological Sorting - Build System Order Example
coding-interview

Graph Topological Sorting - Build System Order Example

Graph Topological Sorting This is a well known…

Binary Tree - Level Order Traversal
coding-interview

Binary Tree - Level Order Traversal

Problem Statement Given a Binary tree, print out…

Four Sum - Leet Code Solution
coding-interview

Four Sum - Leet Code Solution

Problem Statement Given an array nums of n…

Leetcode - Rearrange Spaces Between Words
coding-interview

Leetcode - Rearrange Spaces Between Words

Problem Statement You are given a string text of…

Leetcode - Maximum Non Negative Product in a Matrix
coding-interview

Leetcode - Maximum Non Negative Product in a Matrix

Problem Statement You are given a rows x cols…

Leetcode - Split a String Into the Max Number of Unique Substrings