Skip to content

Commit

Permalink
Revert "Merge branch '43-distinct-subsequences' of https://github.com…
Browse files Browse the repository at this point in the history
…/MIT-Emerging-Talent/ET6-foundations-group-24 into 43-distinct-subsequences"

This reverts commit 058e987, reversing
changes made to 0723a6a.
  • Loading branch information
Mohamed-Elnageeb committed Jan 5, 2025
1 parent bbc62e5 commit bf73d7f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 319 deletions.
1 change: 0 additions & 1 deletion .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ MD048: # Code block style (consistent backticks)
# Disable some strict rules for beginners
MD024: false # Allow multiple headings with the same content
MD041: false # First line in a file being a top-level heading
MD033: false # allow inline html
22 changes: 0 additions & 22 deletions solutions/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# Solutions

Welcome to the **Solutions** directory of Group 24! This folder contains the implementations and solutions to the challenges or problems assigned to the group by its members.

## Directory Structure

- Each task or problem will have its own folder or file, clearly named for easy identification.
- Code solutions are typically written in python.

## Contribution Guidelines

1. Ensure your solution is optimized and well-documented.
2. Follow the coding standards outlined by the team.
3. Include comments in your code to explain key logic.
4. Test your solutions locally before submitting them.

## Status

- We continuously improve and refine our solutions. Please check for updates regularly!

## Contact

For questions or suggestions regarding the solutions, reach out to the team members.
57 changes: 0 additions & 57 deletions solutions/ascii_code.py

This file was deleted.

46 changes: 0 additions & 46 deletions solutions/finding_maximum_minimum.py

This file was deleted.

37 changes: 0 additions & 37 deletions solutions/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1 @@
# Tests

This is the **Tests** directory of Group 24, dedicated to validating the solutions and ensuring the functionality and correctness of the implementations.

## Purpose

The tests are designed to:

1. Verify the correctness of solutions.
2. Ensure edge cases and special conditions are handled properly.
3. Maintain the reliability and robustness of the codebase.

## Directory Structure

- Each solution will have a corresponding test file or folder.
- Tests are categorized based on the problem/task they validate.

## Writing Tests

- Use consistent naming conventions for test files
- Follow the team's testing framework or tools (e.g., **PyTest**).
- Cover all edge cases, normal cases, and error cases.

## Running Tests

1. Navigate to this directory in your terminal.
2. Use the designated command for the testing framework
3. Ensure all tests pass before pushing changes.

## Contribution Guidelines

1. Write clear and concise test cases.
2. Ensure test cases are independent of each other.
3. Document the purpose of each test case in comments.

## Contact

If you encounter any issues with the tests or have suggestions for improvement, feel free to contact the team members or test maintainers.
82 changes: 0 additions & 82 deletions solutions/tests/test_ascii_code.py

This file was deleted.

74 changes: 0 additions & 74 deletions solutions/tests/test_finding_maximum_minimum.py

This file was deleted.

0 comments on commit bf73d7f

Please sign in to comment.