Codezen Solutions using Python
Python Programming Solutions
Loops
- Sum or Product
- Terms of AP
- Reverse of Number
- Binary to decimal
- Decimal to binary
- Square root (Integral)
Conditionals and Loops
- Total Salary
- Sum of even & odd
- Find power of number
- Number Pattern 1
- Number Pattern 2
- Number Pattern 3
- Number Pattern
- Alpha Pattern
Fundamentals
- Average Marks
- First Character Case
- Sum of Even till N Number
- Fahrenheit to Celsius
- Number Pattern
- Number Pattern
- Star Pattern
- Nth Fibonacci number
- All prime numbers
- Fahrenheit to Celsius Function
- Fibonacci Member
Strings
- Two substrings
- Amazing Strings
- Pangram
- Remove Duplicates
- Special strings
- Internet_Address
- Longest Bracket
- Compress the String
- Find smallest substring
Number Theory
- Divisor sum
- Get Palindromic
- Binary Numbers
- Reverse Level Order Traversal
- GCD
- Check Even Partitioning
- Factorial
- New position
Arrays
- Array Equilibrium Index
- Division of 4
- Special Sum of array
- Consecutive elements
- Alternatives
- Duplicate in array
- Stocks are profitable
- Count Inversions
- Array Equilibrium Index
- Smallest subarray with required sum
- Maximum subarray
LinkedList
Other Practice- Duplicate in array
- Maximum Profit on App
- Interview Shuriken 55: Missing Numbers
- Interview Shuriken 53: Find the Missing Number
- Interview Shuriken 52: Sort the Objects
Coding Ninja Tutorial
Linked list 1
- Length of LL
- Print ith node
- Delete node
- Length of LL (recursive)
- Delete node (recursive)
- Insert a node at a specific position in a linked list
- Find a Node in Linked List
- AppendLastNToFirst
- Eliminate duplicates from LL
- Palindrome LinkedList
- Print Reverse LinkedList
- Reverse LL (Recursive)
- Reverse LL (Iterative)
- Midpoint of Linked list
- Code : Merge two sorted LL
- Code : Merge Sort
- Find a node in LL (recursive)
- Even after Odd LinkedList
- Delete every N nodes
- Swap two Nodes of LL
- kReverse
- Bubble Sort (Iterative) LinkedList
Stack
- Code : Stack Using LL
- Balanced Paranthesis
- Reverse Stack
- Check redundant brackets
- Stock Span
- Minimum bracket Reversal
Queue
- Queue Using LL
- Stack Using 2 Queues
- Reverse Queue
- Reverse the First K Elements in the Queue
Binary Tree 1
- Sum Of Nodes
- Preorder Binary Tree
- Postorder Binary Tree
- Nodes Greater Than X
- Height Of Tree
- Replace Node With Depth
- Is node present?
- Nodes without sibling
Binary Tree 2
- Mirror Binary Tree
- Diameter Of Binary Tree
- Print Levelwise
- Construct Tree Using Inorder and Preorder
- Construct Tree Using Inorder and PostOrder
- Create & Insert Duplicate Node
- Min and max
- Level order traversal
- Path Sum Root to Leaf
- Print nodes at distance k from node (Draft)
BST1
BST2
- Find path in BST
- BST Class
Dynamic Programming 1
- Min Steps To 1
- Minimum Number Of Squares
- Longest Increasing Subsequence
Dynamic Programming 2
- Min Cost Path Problem
- LCS - Problem
- 0 1 Knapsack - Problem
- Matrix Chain Multiplication
- N-Queens
- Sudoku Solver
Comments
Post a Comment
Please give us your valuable feedback