{"id":17892289,"url":"https://github.com/bramirez96/customlinkedlistpython","last_synced_at":"2025-04-03T03:40:35.411Z","repository":{"id":77068085,"uuid":"279444233","full_name":"bramirez96/customLinkedListPython","owner":"bramirez96","description":"Custom LinkedList class for a coding challenge provided by my TA. Written in Python.","archived":false,"fork":false,"pushed_at":"2020-07-14T00:52:36.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-08T17:41:34.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bramirez96.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":"2020-07-14T00:48:53.000Z","updated_at":"2020-07-14T00:52:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a99fe5e-b211-4251-bfed-447026904712","html_url":"https://github.com/bramirez96/customLinkedListPython","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/bramirez96%2FcustomLinkedListPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2FcustomLinkedListPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2FcustomLinkedListPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramirez96%2FcustomLinkedListPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramirez96","download_url":"https://codeload.github.com/bramirez96/customLinkedListPython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933356,"owners_count":20857052,"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":[],"created_at":"2024-10-28T14:34:50.235Z","updated_at":"2025-04-03T03:40:35.375Z","avatar_url":"https://github.com/bramirez96.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkedList and Node Classes\n\n\u003e Node is a required class to implement LinkedLists and should not be called on its own\n\nHere's my take on a LinkedList, implemented in Python.\n\n- JavaScript array method names are used to make it easier to understand\n- .push(), like in javascript, can take multiple positional arguments and append them to the list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Fcustomlinkedlistpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramirez96%2Fcustomlinkedlistpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramirez96%2Fcustomlinkedlistpython/lists"}