Data Structure & Algorithm
- Linear & Binary Search
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Standard Sorting Algorithms
- Strassions Matrix Multiplication
- Coin Change Problem using Greedy Approach
- Knapsack using Greedy Approach (Binary & Fractional)
- Knapsack using Dynamic Programming Approach (Binary)
- Longest Common Subsequence
- Matrix Chain Multiplication using Dynamic Approach
- Tower of Hanoi
Graphics
- Draw Straight Line using inbuilt graphics functions
- Draw Circle using inbuilt graphics functions
- Draw Ellipse using inbuilt graphics functions
- Draw Rectangle using inbuilt graphics functions
- Draw Hexagon using inbuilt graphics functions
- Draw a Straight Line using DDA algorithm
- Draw a Straight Line using Bresenham algorithm
- Draw a Circle using Bresenham algorithm
- Draw a circle using Midpoint algorithm
- Draw upper case alphabets (A to Z)
- Draw lower case alphabets (a to z)