Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.71 KB

File metadata and controls

51 lines (33 loc) · 1.71 KB

Algorithm Repository

Welcome to the Algorithm repository! This repository is automatically updated with solutions from the Baekjoon Online Judge platform using BaekjoonHub.

Table of Contents

Introduction

This repository contains solutions to various algorithmic problems from the Baekjoon Online Judge. Each solution is organized by problem level and number for easy navigation.

Directory Structure

The repository is structured as follows:

Algorithm/
├── Baekjoon/
└── Programmers/
  • Baekjoon/: Contains solutions categorized by difficulty levels (Bronze to Ruby).
  • Programmers/: Contains solutions from the Programmers platform, organized by levels.

How to Use

To explore the solutions:

  1. Navigate to the desired directory: Choose the platform and difficulty level you're interested in.
  2. Open the solution file: Each file is named with the problem number and title for easy identification.
  3. Review the code: Analyze the solution to understand the approach and logic used.

Contributing

Contributions are welcome! If you'd like to add new solutions or improve existing ones:

  1. Fork the repository.
  2. Create a new branch with a descriptive name.
  3. Make your changes and commit them with clear messages.
  4. Submit a pull request detailing the changes you've made.

Please ensure your code follows standard coding practices and includes comments where necessary.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.