Skip to content

The CodingChallenges repository is a comprehensive collection of solutions to programming problems from popular coding platforms such as LeetCode, HackerRank, and CodeSignal. This repository is meticulously organized by platform and subdivided into categories based on difficulty or specific areas like Algorithms, Data Structures

Notifications You must be signed in to change notification settings

remisharoon/CodingChallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

CodingChallenges

Welcome to my CodingChallenges repository where I share my solutions to various coding problems from platforms like LeetCode, HackerRank, and CodeSignal. This repository is organized by platform, with subdirectories representing different categories or difficulty levels.

Structure

Each main directory represents a platform (e.g., LeetCode, HackerRank) and is subdivided into categories like difficulty levels or specific areas (e.g., Algorithms, Data Structures), with further subdivision by programming language:

  • LeetCode:

    • Easy
    • Medium
    • Hard
      • Number of Good Paths 2421
        • Python
          • Number of Good Paths 2421 O(n2).py
          • Number of Good Paths 2421 O(NlogN).py
        • README.md
      • Alien Dictionary 269
        • Python
          • Alien Dictionary 269.py
        • README.md
      • Sliding Window Maximum 239
        • Python
          • Sliding Window Maximum 239.py
        • README.md
      • Find in Mountain Array 1095
        • Python
          • Find in Mountain Array 1095 Binary Search.py
        • README.md
      • Maximum Frequency Stack 895
        • Python
          • Maximum Frequency Stack 895.py
        • README.md
      • Split Array Largest Sum 410
        • Python
          • .gitkeep
          • Split Array Largest Sum BinarySearch.py
          • Split Array Largest Sum Memoization.py
        • Java
          • .gitkeep
        • Scala
          • .gitkeep
        • JavaScript
          • .gitkeep
      • Subarrays with K Different Integers 992
        • Python
          • Subarrays with K Different Integers 992 O(n) 3Pointers.py
          • Subarrays with K Different Integers 992 O(n2).py
      • Median of Two Sorted Arrays 4
        • Python
          • .gitkeep
          • Median of Two Sorted Arrays 4 Binary Search.py
        • README.md
  • HackerRank:

    • Algorithms
    • Data Structures
    • Mathematics

How to Use This Repository

Feel free to explore the solutions for different coding challenges. Each solution is placed in its respective category based on the platform and difficulty or topic.

Contributing

While this is a personal repository primarily for my own use, contributions or suggestions are welcome. Please feel free to fork the repository and submit pull requests or create issues for any bugs you find or enhancements you suggest.

License

MIT License

Happy coding!

About

The CodingChallenges repository is a comprehensive collection of solutions to programming problems from popular coding platforms such as LeetCode, HackerRank, and CodeSignal. This repository is meticulously organized by platform and subdivided into categories based on difficulty or specific areas like Algorithms, Data Structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages