Skip to content

Marwan911e/Problem-Solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

🧩 Problem-Solving Solutions Repository

Welcome to my Problem-Solving Repository! 🚀
This repository is a collection of my solutions to popular algorithmic and computational problems. From classics like N-Queens to advanced graph challenges, you’ll find efficient, well-documented code and explanations.


🌟 Features

  • Comprehensive Solutions: Each problem is solved with clear, efficient code.
  • Languages Used: Python, C++, JavaScript (or the ones you use).
  • Key Topics:
    • Backtracking (e.g., N-Queens, Sudoku Solver)
    • Dynamic Programming (e.g., Knapsack Problem, Longest Common Subsequence)
    • Graph Algorithms (e.g., BFS, DFS, Dijkstra's Algorithm)
    • Recursion & Divide-and-Conquer
    • Other problem-solving techniques

📂 Folder Structure

The repository is organized into folders by topic:

  • Backtracking/: Problems like N-Queens, Sudoku Solver
  • Dynamic_Programming/: Problems like Knapsack, Longest Common Subsequence
  • Graph_Algorithms/: Problems like BFS, DFS, and Dijkstra

Each folder contains code files with solutions and comments explaining the logic.


About

This repository contains implementations of various AI algorithms and problem-solving techniques, including recursive and backtracking solutions. It aims to provide clean, efficient code for common AI tasks and challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages