Skip to content

Latest commit

Β 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» Coding Challenge Solutions

This repository contains my solutions to coding challenges from platforms like HackerRank, LeetCode, Codeforces, and others. The challenges are solved using various programming languages including C++, C#, JavaScript, and Python.


πŸ“ Repository Structure

The solutions are organized by platform and language:

Example:

/HackerRank/ /Python/ solve_me_first.py

/LeetCode/ /C++/ two_sum.cpp

πŸ“Œ Supported Platforms


πŸ’¬ Languages Used

  • C++ (competitive programming & algorithm-heavy problems)
  • C# (for .NET and object-oriented problem solving)
  • JavaScript (browser/Node.js logic and interviews)
  • Python (data structures, quick prototyping, and AI prep)

πŸ› οΈ How to Use

  1. Browse through the directories based on the platform.
  2. Choose a language folder to view solutions.
  3. Run the code using the appropriate environment:
    • Python: python filename.py
    • C++: g++ filename.cpp -o output && ./output
    • C#: dotnet run
    • JavaScript: node filename.js

🚧 Work in Progress

This repository is continuously updated as I solve more challenges. Feel free to explore, fork, and suggest improvements!


🀝 Contributing

If you want to add solutions, fix bugs, or improve structure:

  1. Fork the repo
  2. Create a new branch
  3. Commit your changes
  4. Open a pull request

πŸ“œ License

This repository is open-source under the MIT License.


πŸ“« Contact

Feel free to connect via LinkedIn or open an issue for discussion or suggestions.

About Me:

https://www.16personalities.com/profiles/entj-a/m/9y0rhpceo

About

Stores solutions to hackerrank, leetcode etc challenges in C++, C#, JS and python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages