Skip to content

Latest commit

Β 

History

95 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š GFG Questions

A collection of GeeksForGeeks problem solutions organized by difficulty level.


πŸ“ Repository Structure

GFG_Questions/
β”œβ”€β”€ Difficulty: Basic/
β”‚   β”œβ”€β”€ Largest in Array/
β”‚   β”œβ”€β”€ Odd or Even/
β”‚   β”œβ”€β”€ Sum of Array/
β”‚   β”œβ”€β”€ Swap The Numbers/
β”‚   └── Zero Converter - Python/
β”‚
└── Difficulty: Easy/
    β”œβ”€β”€ Check the status - Python/
    β”œβ”€β”€ Count Digits that Divide/
    β”œβ”€β”€ First Occurrence in Sorted/
    β”œβ”€β”€ If conditional statement - Python/
    β”œβ”€β”€ Jumping through While - Python/
    β”œβ”€β”€ Mark Even and Odd - Python/
    └── Print GFG n times/

🟒 Difficulty: Basic

# Problem Description
1 Largest in Array Find the largest element in an array
2 Odd or Even Check whether a number is odd or even
3 Sum of Array Calculate the sum of all elements in an array
4 Swap The Numbers Swap two numbers without a temporary variable
5 Zero Converter - Python Convert elements to zero based on a condition

🟑 Difficulty: Easy

# Problem Description
1 Check the status - Python Check the status of a given condition
2 Count Digits that Divide Count digits of a number that divide it evenly
3 First Occurrence in Sorted Find the first occurrence of an element in a sorted array
4 If conditional statement - Python Practice using if-else conditional statements
5 Jumping through While - Python Use while loops to jump through sequences
6 Mark Even and Odd - Python Mark elements as even or odd in a list
7 Print GFG n times Print "GFG" n number of times using loops

πŸ“Š Progress

Difficulty Solved
🟒 Basic 5
🟑 Easy 7
🟠 Medium 0
πŸ”΄ Hard 0
Total 12

πŸ› οΈ Languages Used

  • Python 🐍

πŸš€ How to Run

  1. Clone the repository:
    git clone https://github.com/Ritika-Bhati-2266/GFG_Questions.git
  2. Navigate to any problem folder:
    cd "Difficulty: Basic/Largest in Array"
  3. Run the solution:
    python solution.py

πŸ‘©β€πŸ’» Author

Ritika Bhati
GitHub


⭐ Star this repo if you find it helpful!

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages