Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohahmadraza/calico-24-uc-barkeley-solutions
Repository for the UC Berkeley AI competition project. This project focuses on implementing innovative solutions using cutting-edge AI techniques to address real-world challenges. Explore our approach, datasets, and results.
https://github.com/mohahmadraza/calico-24-uc-barkeley-solutions
calico calico-2024 calico-2024-solutions calico-competition coding-challenges coding-competitions competitive-programming competitive-programming-contests hackathon hackathon2024 hackathons international-hackathon progrmming
Last synced: about 2 months ago
JSON representation
Repository for the UC Berkeley AI competition project. This project focuses on implementing innovative solutions using cutting-edge AI techniques to address real-world challenges. Explore our approach, datasets, and results.
- Host: GitHub
- URL: https://github.com/mohahmadraza/calico-24-uc-barkeley-solutions
- Owner: mohAhmadRaza
- Created: 2024-11-12T16:04:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T12:42:04.000Z (2 months ago)
- Last Synced: 2024-12-07T09:09:07.971Z (about 2 months ago)
- Topics: calico, calico-2024, calico-2024-solutions, calico-competition, coding-challenges, coding-competitions, competitive-programming, competitive-programming-contests, hackathon, hackathon2024, hackathons, international-hackathon, progrmming
- Language: Python
- Homepage: https://calicojudge.com/team
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UC-BARKELY SOLUTION: REMIX-24 Contest Problem Bank Solutions
This repository contains the solutions for the 3 REMIX-24 contest problems and remaining are the solutions of problems for CALICO-24 actual competition. The solutions are provided based on the input-output pairings given in the files `inputs.txt` and `output.txt`. This repo follows the official pattern/template provided by CALICI.
## Repository Structure
- `inputs.txt`: Contains the input data for each problem in the REMIX-24 contest. These inputs are used for judging the correctness of the solutions.
- `output.txt`: Contains the correct output corresponding to the inputs in `inputs.txt`. This output is used to verify the accuracy of the solutions.
- `solution_files/`: Directory containing the solution code files for each problem in the contest. Each file corresponds to a specific problem's solution.
## How to Use1. Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/mohAhmadRaza/UC-Barkeley-Solutions.git
```2. Navigate to the repository directory:
```bash
cd uc-barkely-solution
```3. Review the `inputs.txt` file to see all the inputs on which the problem will be judged.
4. Check the `output.txt` file to verify the expected output corresponding to the inputs.
5. Access the solution files in the `solution_files/` folder to view or modify the code for each problem.## How to Run
1. To test the solution for any problem:
- Take an input from `inputs.txt` or provide a new input.
- Run the appropriate solution file for the problem.
- Compare the output of the program with the expected output from `output.txt`.2. If you're contributing to this repository, please ensure your solution follows the format and guidelines as provided in the official CALICI template.
## Contributing
1. Fork this repository.
2. Create a new branch for your solution.
3. Add your solution files to the `solution_files/` directory.
4. Update the `inputs.txt` and `output.txt` if required.
5. Submit a pull request with a description of your changes.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Special thanks to CALICI for providing the official pattern/template for the solutions.
- Thanks to the UC-BARKELY team for organizing the REMIX-24 contest for practicing.
```