Skip to content

MissTylar/42_bsq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

202 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฉ 42_bsq - The Smart Way to Solve Squares

๐Ÿš€ Getting Started

Welcome to 42_bsq. This application helps you find the largest square of 1s in a given grid. You donโ€™t need to be a programmer to use it. Follow these simple steps to get started.

๐Ÿ”— Download the Application

Download 42_bsq

๐Ÿ“ฅ Download & Install

To download 42_bsq, visit this page: Download 42_bsq Releases. Once you are there, choose the latest version from the list and download it.

๐Ÿ“‹ System Requirements

  • Operating System: Windows, macOS, or Linux
  • Memory: At least 512 MB of RAM
  • Disk Space: 100 MB free space

๐Ÿ” Features

  • Dynamic Programming: Efficient algorithms that quickly find the biggest square.
  • Cache-Friendly Layouts: Optimized for speed, making it suitable for large grids.
  • Single-Pass Parsing: Processes data quickly for improved performance.
  • Low-Level Optimizations: Designed for maximum speed and efficiency.

๐ŸŒ Usage Instructions

  1. Open the Command Line Interface (CLI):

    • Windows: Type cmd in the Search bar.
    • macOS: Open Terminal from Applications.
    • Linux: Use your preferred terminal emulator.
  2. Navigate to the Download Directory: Use the cd command to go to the folder where you downloaded the application. For example:

    cd Downloads
    
  3. Run the Application: Execute the following command, replacing 42_bsq with the correct file name if necessary:

    ./42_bsq
    
  4. Input your Grid: You'll be prompted to enter your grid. Use 1s for filled squares and 0s for empty squares. For example:

    1 0 1 1 0
    1 1 1 1 1
    0 1 0 1 0
    
  5. View Your Result: After entering the grid, the application will display the size and location of the largest square.

๐Ÿ› ๏ธ Troubleshooting

  • Error Messages: If you see any error messages, check that you have correctly entered the grid.
  • Performance Issues: Ensure your system meets the requirements and close any unnecessary applications.

๐Ÿค Community and Support

Feel free to join our community of users. You can ask questions and share your experiences using 42_bsq.

๐Ÿ“ Contributing

If you want to improve 42_bsq, you can contribute on our GitHub page. We welcome suggestions and enhancements.

โš–๏ธ License

42_bsq is open-source software. You can use it, modify it, and share it according to the terms of the license included in this repository.

For any further questions, please feel free to refer back to the GitHub repository or reach out to the community. Thank you for using 42_bsq!

About

๐Ÿ—บ๏ธ Calculate the largest empty square in maps using a fast C CLI, optimizing memory and processing through dynamic programming for efficient results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors