{"id":17697728,"url":"https://github.com/krshrimali/all-algorithms","last_synced_at":"2026-03-09T13:02:41.035Z","repository":{"id":85219482,"uuid":"147019646","full_name":"krshrimali/All-Algorithms","owner":"krshrimali","description":"Implementations and Tutorials on Algorithms for Problem Solving","archived":false,"fork":false,"pushed_at":"2019-12-25T18:00:33.000Z","size":1038,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T13:27:52.234Z","etag":null,"topics":["algorithms","competitive-programming","computer-vision","data-science","deep-learning","machine-learning","problem-solving","tutorials"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krshrimali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-09-01T17:41:33.000Z","updated_at":"2023-08-18T05:04:11.000Z","dependencies_parsed_at":"2023-03-13T04:42:15.687Z","dependency_job_id":null,"html_url":"https://github.com/krshrimali/All-Algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krshrimali/All-Algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FAll-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FAll-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FAll-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FAll-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krshrimali","download_url":"https://codeload.github.com/krshrimali/All-Algorithms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FAll-Algorithms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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","competitive-programming","computer-vision","data-science","deep-learning","machine-learning","problem-solving","tutorials"],"created_at":"2024-10-24T14:48:21.763Z","updated_at":"2026-03-09T13:02:35.998Z","avatar_url":"https://github.com/krshrimali.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms\nImplementations and Tutorials on Algorithms for Problem Solving\n\n**Algorithms** covered:\n\n1. **Competitive Programming**\n    1. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Competitive-Programming/3D-Variants\"\u003eGraham Scan for Convex Hull\u003c/a\u003e.\n    2. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Competitive-Programming/Strings/FindingPatterns\"\u003eStrings: Finding Patterns (Rabin Karp and Knuth Morris Pratt)\u003c/a\u003e.\n    3. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Competitive-Programming/Convex-Hull\"\u003eConvex Hull\u003c/a\u003e\n2. **Computer Vision**\n    1. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Computer-Vision-Algorithms/GANs\"\u003eGeneral Adversarial Networks: GAN-CLS\u003c/a\u003e.\n    2. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Computer-Vision-Algorithms/Object-Detection\"\u003eObject Detection (YOLOv3)\u003c/a\u003e.\n    3. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Computer-Vision-Algorithms/Segmentation\"\u003eRandom Walker: Segmentation\u003c/a\u003e.\n3. **Machine Learning**\n    1. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Machine-Learning-Algorithms/Decision-Trees\"\u003eHandling missing values in Decision Trees\u003c/a\u003e.\n    2. \u003ca href=\"https://github.com/krshrimali/Algorithms/blob/master/Machine-Learning-Algorithms/Prob_pred.py\"\u003eScoring Probability Predictions in Python\u003c/a\u003e.\n    3. \u003ca href=\"https://github.com/krshrimali/Algorithms/blob/master/Machine-Learning-Algorithms/ROC-Curves/roc_curve.py\"\u003eROC Curves\u003c/a\u003e\n    4. \u003ca href=\"https://github.com/krshrimali/Algorithms/blob/master/Machine-Learning-Algorithms/Introduction-to-NumPy.pdf\"\u003eIntroduction to NumPy and Plotting\u003c/a\u003e\n    5. \u003ca href=\"https://github.com/krshrimali/Algorithms/blob/master/Machine-Learning-Algorithms/Exploratory-Data-Analysis/EDA.ipynb\"\u003eExploratory Data Analysis (using Iris Dataset)\u003c/a\u003e\n4. **Data Analysis and Science**\n    1. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Data-Science/Cleaning\"\u003eData Cleaning\u003c/a\u003e.\n5. **Deep-Learning**\n    1. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Deep-Learning/GANs\"\u003eGenerative Adversarial Networks\u003c/a\u003e\n    2. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Deep-Learning/batch-norm\"\u003eBatch Normalization\u003c/a\u003e\n    3. \u003ca href=\"https://github.com/krshrimali/Algorithms/tree/master/Deep-Learning/Human-Acitivity-Recognition\"\u003eHuman Acitivity Recognition\u003c/a\u003e (To Do)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrshrimali%2Fall-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrshrimali%2Fall-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrshrimali%2Fall-algorithms/lists"}