Skip to content

ThalitaRibeirao/DailyProblems-Csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Welcome to the "Daily Problems" repository! This space is dedicated to solving programming problems from the Beecrowd platform on a daily basis. Each problem is tackled and solved in the Visual Studio environment.

Repository Structure

The repository is organized as follows:

  • Problems.cs: This is the main file where you can run the solutions.
  • /Problems: In this folder you can read each solution - the problems are numbered in the order of difficulty set by Beecrowd (1 being the easiest and so on).

Running the Code

Since this repository is focused on problem-solving in the Visual Studio environment, you can run the code directly within Visual Studio. Ensure that you have the necessary dependencies and configurations set up to execute C# code. To run it, follow these steps:

  1. Open the solution in Visual Studio.

  2. Locate the problem you want to review or solve

  3. Change the problem number in the 'Problems.cs' file.

    Ex.: new Problem9() => new Problem3()

  4. Navigate to the "Problems.cs" file and run it.

Issues and Questions

If you have any questions, encounter issues, or would like to discuss a specific problem or solution, please use the "Issues" tab on the GitHub repository. Feel free to open a new issue, and I'll do my best to assist you.

Contribution Guidelines

Contributions to this repository are welcome! If you have a different approach to solving a problem or want to add solutions to new problems, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your contributions.
  3. Make your changes or additions.
  4. Submit a pull request.

Disclaimer

The solutions provided in this repository are personal interpretations of the problems and may not be the only valid solutions. Feel free to explore and suggest improvements.

🐝 Happy coding!

Releases

No releases published

Packages

No packages published

Languages