I'm sharing my notes of "Data Structure and Algorithm using Python" in github as a online reference. Introduction of Data Structure and Algorithm Types of Algorithm Analysis Asymptotic Notation Recursion and Iteration Backtracking algorithm Array in Python Array Questions and Solutions with Algorithms Find the largest three distinct elements in an array. Find the largest largest element in an array. Move all zeroes to end of array. Rearrange array such that even positioned are greater than odd.