{"id":20893139,"url":"https://github.com/abhraneel2004/algorithm_4thsem_lab","last_synced_at":"2026-04-23T15:33:56.492Z","repository":{"id":225890273,"uuid":"767141769","full_name":"abhraneel2004/Algorithm_4thSem_Lab","owner":"abhraneel2004","description":"This is a repository that contains the Codes which are done in DAA Laboratory of 4th Semester CSE1 2024 in Academy Of Technology.","archived":false,"fork":false,"pushed_at":"2024-06-01T16:34:29.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T11:43:44.039Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhraneel2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-04T19:23:28.000Z","updated_at":"2024-06-02T14:01:05.000Z","dependencies_parsed_at":"2024-03-21T18:52:31.403Z","dependency_job_id":"1347f3fb-a0c5-421e-889e-eeeee390760e","html_url":"https://github.com/abhraneel2004/Algorithm_4thSem_Lab","commit_stats":null,"previous_names":["abhraneel2004/algorithm_4thsem_lab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FAlgorithm_4thSem_Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FAlgorithm_4thSem_Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FAlgorithm_4thSem_Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhraneel2004%2FAlgorithm_4thSem_Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhraneel2004","download_url":"https://codeload.github.com/abhraneel2004/Algorithm_4thSem_Lab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243277501,"owners_count":20265352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","algorithms-and-data-structures","data-structures"],"created_at":"2024-11-18T10:14:46.303Z","updated_at":"2025-12-25T15:40:21.581Z","avatar_url":"https://github.com/abhraneel2004.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\u003ch1\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/ef1fc712-8258-4065-a882-abd15e561012\" style=\"width: 5%;\"\u003e Design and Analysis of Algorithms in C\u003c/h1\u003e \u003c/span\u003e\n\u003c/div\u003e\n\nWelcome to the Design and Analysis of Algorithms repository! This repository contains the algorithms to solve different problems in C and C++. Whether you're a beginner looking to learn or an experienced developer seeking reference implementations, you've come to the right place.\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/6725a58a-baaa-467d-9069-35aab3f3bef6\" style=\"width: 3%;\"\u003e Installation and Setup\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n\n### 1. MinGW g++ Compiler\n\nMake sure you have [MinGW](https://mingw-w64.org/doku.php) installed. You can install it using the following commands:\n\n```bash\n# Update package list\npacman -Syu\n\n# Install MinGW\npacman -S mingw-w64-x86_64-gcc\n```\n\n### 2. VS Code\n\nDownload and install [Visual Studio Code](https://code.visualstudio.com/). This repository is configured with a `.vscode` folder containing useful settings for your coding environment.\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/1c115655-468b-442b-a379-a571ded16107\" style=\"width: 3%;\"\u003e Running the Code\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n\nNavigate to the specific directory of the code you want to run and use the following commands:\n\n```bash\n# Compile C code\ngcc filename.c -o output_name\n\n# Run C code\n./output_name\n```\n\n```bash\n# Compile C++ code\ng++ filename.cpp -o output_name\n\n# Run C++ code\n./output_name\n```\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/7c437a5b-2f8e-426a-bf5a-290ad2c3d99a\" style=\"width: 3%;\"\u003e Contributing\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n\nWe welcome contributions from the community! To contribute to this project, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.\n3. Make your changes and commit them with a descriptive commit message.\n4. Push your changes to your fork: `git push origin feature-name`.\n5. Open a pull request to the main repository.\n\nCertainly! Below is an explanation of the commands for forking and contributing to a GitHub repository, formatted for easy copying and pasting:\n\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/ec813301-09b4-4c04-9730-b84df7f2fbd3\" style=\"width: 3%;\"\u003e Forking the Repository\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n\n1. **Fork the repository:** Click the \"Fork\" button at the top right of the repository page. This creates a copy of the repository in your GitHub account.\n\n   ![Forking](gifs/fork.gif)\n\n2. **Clone your forked repository:** Open your terminal and run the following command to clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/your-username/repository.git\n   ```\n\n   Replace `your-username` with your GitHub username and `repository` with the name of the repository.\n\n   ![Clone](gifs/clone.gif)\n\n## Contributing\n\n1. **Create a new branch:** Move into the repository directory and create a new branch for your feature or bug fix:\n\n   ```bash\n   cd repository\n   git checkout -b feature-name\n   ```\n\n   Replace `feature-name` with a descriptive name for your contribution.\n\n   ![Branch](gifs/branch.gif)\n\n2. **Make your changes:** Modify the code, add new features, or fix bugs. Once done, stage and commit your changes:\n\n   ```bash\n   git add .\n   git commit -m \"Description of changes\"\n   ```\n\n   Replace \"Description of changes\" with a concise and descriptive commit message.\n\n   ![Commit](gifs/commit.gif)\n\n3. **Push to your fork:** Push your changes to your forked repository on GitHub:\n\n   ```bash\n   git push origin feature-name\n   ```\n\n   Replace `feature-name` with the name of your branch.\n\n   ![Push](gifs/push.gif)\n\n4. **Create a Pull Request (PR):** Go to the GitHub page of your forked repository. GitHub will detect the recent push and display a \"Compare \u0026 pull request\" button. Click on it to create a new pull request.\n\n   ![Pull Request](gifs/pull_request.gif)\n\n   Add a title and description to your pull request, then click \"Create Pull Request.\"\n\n   ![Create Pull Request](gifs/create_pr.gif)\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/c65c4a88-e884-45ab-916c-2fe481de6c23\" style=\"width: 3%;\"\u003e Points to remember:\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n   \n- Add only code file\n- Do not add .exe or .out file\n\n\n![Open Source GIF](gifs/open_source.gif)\n\n\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan\u003e \u003cimg src=\"https://github.com/abhraneel2004/MAKAUT_3rdSem_DSA_AOT/assets/115551450/a8da64a4-fbc7-44ec-97ce-ef38135d0b1a\" style=\"width: 4%;\"\u003e Acknowledgements\u003c/h2\u003e \u003c/span\u003e\n\u003c/div\u003e\n\nWe appreciate the open-source community and contributors for making this project better every day. Special thanks to [GitHub](https://github.com/) for providing an excellent platform for collaboration.\n\n---\n\n**Note:** Replace `filename` and `output_name` with the appropriate names for your code file and desired output executable.\n\n\u003cdiv align = \"center\"\u003e\n\u003cimg src=\"https://media.giphy.com/media/L1R1tvI9svkIWwpVYr/giphy.gif\" alt=\"Coding GIF\" style=\"width: 50vw; overflow:hidden; \" \u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhraneel2004%2Falgorithm_4thsem_lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhraneel2004%2Falgorithm_4thsem_lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhraneel2004%2Falgorithm_4thsem_lab/lists"}