- Array
- Stack
- Queue
- Circular Queue
- Linked List
- Doubly Linked List
- Circular Linked List
- Set using Bit String
- Binary Search Tree
- Prim's Algorithm
- Kruskal's Algorithm
- Djikstra's Algorithm
- Topological Sorting
- DFS
- BFS
- Resume
- Internal Links
- Job Application
- Frameset
- CSS
- Registration Form
- Factorial
- Login Form
- JavaScript Functions
- JavaScript: Change Background Color
- Form Validation
- JavaScript: Change Image on Hover
- Student Registration
- Area and Perimeter of a Circle
- Swap 2 Numbers
- Largest of 3 numbers
- Arithmetic Operations
- First n Multiples
- Sum of first 100 even numbers
- Factorial
- Number of digits
- Number of words
- (9) Exchange first and last characters in a string
- (13) Display first and last colors from a list of comma-separated color names
- (16) Create a single string from two strings ,swapping the character at position 1
- (17) Sort dictionary (ascending and descending)
- (18) Merge two dictionaries
- (19) GCD of 2 numbers
- (20) From a list, create a list removing all even numbers
- (1) Factorial using function
- (2) Fibonacci series of N terms
- (6) Character frequency in a string
- (7) Add ‘ing’ at the end of a given string. If it already ends with ‘ing’, add ‘ly’
- (9) Construct the pattern using nested loop