8000 GitHub - eskettit/beecrowd: My solved problems from Beecrowd, focusing on algorithms and clean code.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

My solved problems from Beecrowd, focusing on algorithms and clean code.

Notifications You must be signed in to change notification settings

eskettit/beecrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beecrowd Solutions 🧠

This repository contains my solutions to various problems from the Beecrowd platform. It's a collection meant to document my progress and help others learn from different approaches to solving algorithmic challenges.

🗂 Structure

Each solution is organized by its corresponding problem number and name (if available), typically grouped by language and/or category.

💡 Problem Categories

Problems cover a variety of topics including:

  • Basic Input/Output
  • Mathematics
  • Conditionals
  • Loops
  • Strings
  • Data Structures
  • Algorithms

🚀 How to Use

  1. Browse the repository.
  2. Open a file to view the solution.
  3. Copy and adapt the solution as needed for your learning or submission (please don't plagiarize—use it to understand and grow).

🔧 Requirements

To run the solutions, make sure you have the necessary environment for each language:

  • Python 3
  • C++ compiler (e.g. g++)
  • Java JDK
  • Any other language toolchain used

Example (for Python):

python3 1000_HelloWorld.py

📚 About Beecrowd

Beecrowd is a competitive programming platform that offers hundreds of algorithmic challenges across various difficulty levels and programming languages. It's widely used by students, educators, and developers to practice problem-solving skills and prepare for programming competitions.


📜 License

This repository is intended for educational purposes. You are free to explore, learn from, and adapt the solutions. If you share or reference the code elsewhere, a link back to this repository is appreciated.

About

My solved problems from Beecrowd, focusing on algorithms and clean code.

Resources

Stars

Watchers

Forks

Languages

0