Skip to content
@LanguageisSimple

LanguageisSimple

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
Python-Assignments Python assignments aimed at beginners as well as intermediate learners covering basic and advanced topics. Python-Assignments
Data-Structures A comprehensive collection of data structures implemented in various programming languages. Data-Structures
Algorithms Various algorithms explained with code examples and comments, focusing on design, analysis, and implementation. Algorithms

How to Use

  1. Clone the Repository: Clone any of the repositories to your local machine using the following command:

    git clone https://github.com/Language-is-Simple/<repository-name>.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.
    git clone https://github.com/[YourUsername]/<repository-name>.git
  3. Create a New Branch: Create a new branch for your feature or bugfix.
    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.
    git commit -m "Add a meaningful commit message here"
  6. Push Changes: Push your changes to the remote repository.
    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. 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.

Pinned Loading

  1. Data-Structures Data-Structures Public

    3

  2. Cpp-Assignments Cpp-Assignments Public

    C++ 3

  3. Leetcode-Problems Leetcode-Problems Public

    Solutions of LeetCode Problems

    C++ 3

  4. Python-Assignments Python-Assignments Public

    Python Assignments for Students

    Python 3

  5. Learn-Ruby Learn-Ruby Public

    Resources to Learn Ruby Programming Language.

    Ruby 1 1

  6. Patterns Patterns Public

    This Repository contains different types of Pattern Problems.

    Java 1

Repositories

Showing 8 of 8 repositories
  • Patterns Public

    This Repository contains different types of Pattern Problems.

    LanguageisSimple/Patterns’s past year of commit activity
    Java 1 MIT 0 0 0 Updated Jul 12, 2024
  • Leetcode-Problems Public

    Solutions of LeetCode Problems

    LanguageisSimple/Leetcode-Problems’s past year of commit activity
    C++ 3 MIT 0 0 0 Updated Jun 25, 2024
  • Learn-Ruby Public

    Resources to Learn Ruby Programming Language.

    LanguageisSimple/Learn-Ruby’s past year of commit activity
    Ruby 1 MIT 1 0 0 Updated Jun 18, 2024
  • Python-Assignments Public

    Python Assignments for Students

    LanguageisSimple/Python-Assignments’s past year of commit activity
    Python 3 0 0 0 Updated Jun 12, 2024
  • .github Public

    GitHub configuration for this Organization.

    LanguageisSimple/.github’s past year of commit activity
    2 MIT 0 0 0 Updated Jun 8, 2024
  • LanguageisSimple/Cpp-Assignments’s past year of commit activity
    C++ 3 MIT 0 0 0 Updated Jun 8, 2024
  • LanguageisSimple/Data-Structures’s past year of commit activity
    3 MIT 0 0 0 Updated Jun 4, 2024
  • LanguageisSimple/Algorithms’s past year of commit activity
    3 MIT 0 0 0 Updated Jun 4, 2024

Top languages

Loading…

Most used topics

Loading…