An open API service indexing awesome lists of open source software.

https://github.com/languageissimple/.github

GitHub configuration for this Organization.
https://github.com/languageissimple/.github

assignment-solutions config cpp cpp17 git github github-actions github-config java leetcode-solutions problem-solving python python3 ruby

Last synced: 24 days ago
JSON representation

GitHub configuration for this Organization.

Awesome Lists containing this project

README

          

# Welcome to Language is Simple on GitHub!

## Overview

Welcome to Language is Simple, our GitHub organization dedicated to providing useful resources for students and developers interested in C++, Python, Data Structures, and Algorithms. Our repositories are open for public use and are designed to help you with your college assignments and enhance your programming skills.

## Repositories

| Repository Name | Description | Link |
|----------------------|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
| Cpp-Assignments | A variety of C++ assignments designed to help students understand fundamental and advanced concepts. | [Cpp-Assignments](https://github.com/LanguageisSimple/Cpp-Assignments) |
| Python-Assignments | Python assignments aimed at beginners as well as intermediate learners covering basic and advanced topics.| [Python-Assignments](https://github.com/LanguageisSimple/Python-Assignments) |
| Data-Structures | A comprehensive collection of data structures implemented in various programming languages. | [Data-Structures](https://github.com/LanguageisSimple/Data-Structures) |
| Algorithms | Various algorithms explained with code examples and comments, focusing on design, analysis, and implementation. | [Algorithms](https://github.com/LanguageisSimple/Algorithms) |

## How to Use

1. **Clone the Repository:** Clone any of the repositories to your local machine using the following command:
```bash
git clone https://github.com/Language-is-Simple/.git
```

2. **Explore the Assignments:** Navigate through the directories to find assignments and resources. Each assignment is usually accompanied by a README file that provides detailed instructions and explanations.

3. **Contribute:** We welcome contributions! If you have assignments or improvements to share, feel free to fork the repository, make your changes, and create a pull request.

## Contribution Guidelines

1. **Fork the Repository:** Click the "Fork" button at the top right corner of the repository page.
2. **Clone the Forked Repository:** Use the clone URL from your forked repository.
```bash
git clone https://github.com/[YourUsername]/.git
```
3. **Create a New Branch:** Create a new branch for your feature or bugfix.
```bash
git checkout -b feature/your-feature-name
```
4. **Make Changes:** Make your changes to the code or documentation.
5. **Commit Changes:** Commit your changes with a meaningful commit message.
```bash
git commit -m "Add a meaningful commit message here"
```
6. **Push Changes:** Push your changes to the remote repository.
```bash
git push origin feature/your-feature-name
```
7. **Create a Pull Request:** Navigate to your forked repository on GitHub and click the "New Pull Request" button.

## License

All our repositories are released under the [MIT License](https://github.com/Language-is-Simple/[RepositoryName]/blob/main/LICENSE). You are free to use, modify, and distribute our code as long as you provide appropriate credit.

## Contact

For any queries or support, feel free to open an issue in the respective repository or contact us at [Language is Simple](codewithbjyotibrat@gmail.com).