Giter Club home page Giter Club logo

bilf's Introduction

BILF - Bug I would Like to Fix

"Bug I would Like to Fix" (BILF) is an event that challenges participants to identify and fix bugs in provided code. This GitHub repository contains a collection of problems that were prepared for the BILF event. Each problem is presented in the form of a problem statement and a solution code that contains a bug. The challenge for participants is to identify the bug in the solution code and provide a test case that will cause the solution code to fail.

What is BILF?

BILF is an event that was created to challenge software developers and programmers to test their skills in identifying and fixing bugs in code. The event is designed to be a fun and engaging way for participants to improve their coding skills and learn new techniques for debugging software. Participants are provided with a set of problems that contain bugs, and they are challenged to find and fix these bugs within a given time limit.

How to Participate

Participating is easy and fun! To participate, simply fork this repository and clone it to your local machine. Once you have the repository on your local machine, you can navigate to the folder for the problem you want to work on. Each problem is presented in a file called <problem_name>.pdf, which contains the problem statement, and files called <problem_name>.py and <problem_name>.cpp, which contains the provided solution codes.

To participate, you will need to follow these steps:

  1. Read the problem statement carefully and study the provided solution code.
  2. Try to identify the bug in the solution code.
  3. Create a test case that will cause the solution code to fail.
  4. Run both the provided correct code and the buggy code on your generated test case.

You can verify whether your test case is valid or not by checking the two generated outputs.

Contributing

We welcome contributions to the BILF project! If you would like to contribute a new problem to the repository, please follow these steps:

  1. Create a new folder for your problem.
  2. Write a problem statement in a file called <problem_name>.pdf.
  3. Provide solution codes in files called <problem_name>.py and <problem_name>.cpp.
  4. Provide the correct solution codes in files called <problem_name> (Correct).py and <problem_name> (Correct).cpp.
  5. Add a file called test_case.txt that contains a test case that will cause the solution code to fail.
  6. Submit your contribution as a pull request to this repository.

bilf's People

Contributors

optimalknight avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.