Skip to main content

Posts

Showing posts from April 14, 2022

Python programming language training

Sorting Algorithms Selection Sort Bubble Sort Insertion Sort Merge Sort Quick Sort Counting Sort Bucket Sort Shell Sort Heap Sort Searching Algorithms Sequential Search Binary Search N-ary Search Data Structures Array More on Arrays.. Singly Linked List Doubly Linked List More on Linked Lists.. Stack More on Stacks.. Queue More on Queues.. Hash Table Simple Games in Python Number Guessing Game Hangman Rock Paper Scissor Tic Tac Toe OOP Class Definition Instance Methods Instance Attributes Constructor (init) Inheritance Multiple Inheritance Private Variables Magic Methods Trees Simple Binary Tree Binary Search Tree Depth First Traversal Breadth First Traversal Count Leaf Nodes Building Tree from Preorder and Inorder Print all the paths to leaf nodes Graphs Graph Breadth First Search Depth First Search Detect Cycle in Directed Graph Detect Cycle in Undirected Graph Topological Sort Prim's Algorithm Scripts Create Multiple Folders Count files Get File sizes Find if a file exists Folde...