Practice problems help improve programming and problem-solving skills through topic-wise coding questions and quizzes.
- Links below cover different topic pages containing coding problems and quizzes. Users need to log in first to start solving problems. The submitted code is tested against the expected output and points are awarded for successful submissions.
- If a submission contains an error, a clear message is displayed indicating the type of error, such as a compiler error or output mismatch.
- To learn by solved examples, refer to Python Programs page.
Basic Problems
For more problems and coding practices visit Fundamentals Coding Problem.
Conditional Statement and Loops Problems
- Multiplication Table
- Even Positioned Character
- While loop
- Jumping through While
- Zero Converter
- The Else Statement
For more problems and coding practices visit Conditional Statement and Loops Coding Problem.
Functions Problems
- Function With Return Value
- Function With No Arguments
- Function With Arguments
- First Digit of a Number
- Print GFG n times
For more problems and coding practices visit Functions Coding Problems
List Problems
For more problems and coding practices visit List Exercise
String Problems
- Repeat the Strings
- String Function
- Convert String to LowerCase
- Reverse String
- Check Palindrome
- Find Pattern
- Decimal to Binary
For more problems and coding practices visit String Exercise
Dictionary Problems
- Intro to Dictionary
- Dictionary
- Longest Subarray with Sum K
- Sort According to an Array
- First Repeating Element
For more problems and coding practices visit Dictionary Exercise
Set Problems
For more problems and coding practices visit Set Exercise
OOP Problems
For more problems and coding practices visit OOP Coding Problems
Heap Problems
For more problems and coding practices visit Heap Coding Problems
Deque Problems
For more problems and coding practices visit Deque Coding Problems