Algorithms-in-Python

Programs related to DSA in Python for placement practice

m

CONTENTS

Searching and Sorting

S. No Codes
1 Linear Search
2 Binary Search
3 Jump Search
4 Selection Sort
5 Bubble Sort
6 Insertion Sort
7 Merge Sort
8 Heap Sort
9 Comb Sort
10 Quick Sort
11 Radix Sort
12 Shell Sort
13 Bucket Sort
14 K-Closest Elements
15 Merge Sort on Linked List
16 Quick Sort on Linked List
17 Insertion Sort on Linked List
18 Kth smallest element in unsorted array
19 Closest pair from two sorted arrays

GitHub

View Github