{"id":21392315,"url":"https://github.com/andy-y-li/leetcode-c","last_synced_at":"2025-10-07T18:03:27.802Z","repository":{"id":86473937,"uuid":"129867747","full_name":"andy-y-li/leetcode-c","owner":"andy-y-li","description":"leetcode with C","archived":false,"fork":false,"pushed_at":"2019-07-16T09:30:29.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T01:22:58.126Z","etag":null,"topics":["leetcode-c"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andy-y-li.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-04-17T07:55:09.000Z","updated_at":"2019-07-16T09:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"5afe4d4a-b7dc-4719-81bb-398b1c72a29e","html_url":"https://github.com/andy-y-li/leetcode-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-y-li%2Fleetcode-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-y-li%2Fleetcode-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-y-li%2Fleetcode-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-y-li%2Fleetcode-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andy-y-li","download_url":"https://codeload.github.com/andy-y-li/leetcode-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878428,"owners_count":20362432,"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":["leetcode-c"],"created_at":"2024-11-22T13:39:56.559Z","updated_at":"2025-10-07T18:03:27.703Z","avatar_url":"https://github.com/andy-y-li.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetcode-c\nleetcode with C\n\n### Usage\n\n- Build/Run the example:\n\n```\n./configure\nmake\n```\n\n\n\n- Add a new Test:\n\n  For example, when we add a test **removeDuplicate**,open the file **Makefile.am** and edit.\n\n  add the bin file name to **bin_PROGRAMS** and the source code as **removeDuplicate_SOURCES**:\n\n  ```\n  bin_PROGRAMS = two_sum removeDuplicate\n\n  two_sum_SOURCES = src/sum.c\n  removeDuplicate_SOURCES = src/removeDuplicate.c\n\n  INCLUDES = -I $(top_srcdir)/src\n  CFLAGS = -g -O2 -Wall\n\n  EXTRA_DIST = autogen.sh \\\n               README.md\n  ```\n\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-y-li%2Fleetcode-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandy-y-li%2Fleetcode-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-y-li%2Fleetcode-c/lists"}