{"id":17349106,"url":"https://github.com/sauravmaheshkar/playground","last_synced_at":"2025-04-14T21:12:07.701Z","repository":{"id":211992542,"uuid":"706405953","full_name":"SauravMaheshkar/playground","owner":"SauravMaheshkar","description":"Algorithms, Data Structures, Leetcode, Niche Languages","archived":false,"fork":false,"pushed_at":"2025-02-02T10:39:40.000Z","size":84,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:12:03.588Z","etag":null,"topics":["c","cpp-programming","haskell","leetcode","nix-flake","prolog","python3","rust","tracker-misc"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/SauravMaheshkar.png","metadata":{"files":{"readme":".github/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":"2023-10-17T22:15:33.000Z","updated_at":"2025-02-02T10:39:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3592c550-c574-4441-996f-90886e1216ff","html_url":"https://github.com/SauravMaheshkar/playground","commit_stats":null,"previous_names":["sauravmaheshkar/algos","sauravmaheshkar/playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravMaheshkar%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravMaheshkar%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravMaheshkar%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravMaheshkar%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SauravMaheshkar","download_url":"https://codeload.github.com/SauravMaheshkar/playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961236,"owners_count":21189993,"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":["c","cpp-programming","haskell","leetcode","nix-flake","prolog","python3","rust","tracker-misc"],"created_at":"2024-10-15T16:54:42.451Z","updated_at":"2025-04-14T21:12:07.680Z","avatar_url":"https://github.com/SauravMaheshkar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) Nix Flake templates\n* [`templates/c`](../templates/c/flake.nix): Basic devShell with [gdb](https://sourceware.org/gdb/)\n* [`templates/haskell`](../templates/haskell/flake.nix): Basic devShell with [cabal](https://www.haskell.org/cabal/), [ghc](https://www.haskell.org/ghc/) and [haskell-language-server](https://wiki.haskell.org/Haskell-language-server)\n* [`templates/prolog`](../templates/prolog/flake.nix): Basic devShell with [swiProlog](https://www.swi-prolog.org/)\n* [`templates/python`](../templates/python/flake.nix): Basic devShell with py3.10, [uv](https://github.com/astral-sh/uv), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff)\n* [`templates/rust`](../templates/rust/flake.nix): Basic devShell with [rustToolchain](https://rust-lang.github.io/rustup/concepts/toolchains.html) and [rust-analyser](https://rust-analyzer.github.io/)\n\n# Data Structures / Algorithms\nImplementations of various leetcode problems in (C/C++/Haskell/Prolog/Python/Rust) with automated testing using CI/CD. (atm I'm working on the [Neetcode Blind 75](https://neetcode.io/practice))\n\n\u003cdetails\u003e\n\u003csummary\u003eLeetcode Tests CI/CD Status\u003c/summary\u003e\n\u003cbr\u003e\n\n[![Leetcode C/C++ Tests](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-c-tests.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-c-tests.yml) [![Leetcode Prolog Tests](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-prolog-tests.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-prolog-tests.yml) [![Leetcode Python Tests](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-python-tests.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-python-tests.yml) [![Leetcode Rust Tests](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-rust-tests.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-rust-tests.yml) [![Leetcode Haskell Tests](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-haskell-tests.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/leetcode-haskell-tests.yml)\n\u003c/details\u003e\n\n# `arena.c` [![memalloc lib checks](https://github.com/SauravMaheshkar/playground/actions/workflows/memalloc.yml/badge.svg)](https://github.com/SauravMaheshkar/playground/actions/workflows/memalloc.yml)\nC library for Arena based memory management, for example usage refer to `src/memalloc/arena/example.c`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravmaheshkar%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauravmaheshkar%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravmaheshkar%2Fplayground/lists"}