{"id":18250363,"url":"https://github.com/qtle3/dsa-arrays","last_synced_at":"2025-04-08T20:27:21.536Z","repository":{"id":257522484,"uuid":"857948990","full_name":"qtle3/DSA-Arrays","owner":"qtle3","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-20T15:45:16.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T16:01:52.217Z","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/qtle3.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-09-16T02:31:27.000Z","updated_at":"2024-09-20T15:45:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e49f2270-5e42-4398-a444-0669508dec4b","html_url":"https://github.com/qtle3/DSA-Arrays","commit_stats":null,"previous_names":["qtle3/dsa-arrays"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2FDSA-Arrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2FDSA-Arrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2FDSA-Arrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtle3%2FDSA-Arrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qtle3","download_url":"https://codeload.github.com/qtle3/DSA-Arrays/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247921466,"owners_count":21018596,"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-11-05T09:44:29.636Z","updated_at":"2025-04-08T20:27:21.514Z","avatar_url":"https://github.com/qtle3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Data Structures and Algorithms Exercises\n\nThis repository contains three Python scripts focusing on basic data structures and algorithm exercises using lists. Each script demonstrates various list operations, including adding/removing elements, sorting, and generating lists based on conditions.\n\n## Table of Contents\n\n1. Exercise #1: [Monthly Expenses Script]\n2. Exercise #2: [Marvel Superheroes List Script]\n3. Exercise #3: [Odd Numbers Generator Script] \n\n---\n### Monthly Expenses Script\n\nThis script tracks monthly expenses and performs the following operations:\n- Calculates the difference in spending between January and February.\n- Computes the total spending for the first quarter.\n- Checks if $2000 was spent in any month.\n- Adds new expenses and adjusts for refunds.\n\n#### How to Run:\nSimply run the script to see the operations performed on a list of monthly expenses.\n\n---\n\n### Marvel Superheroes List Script\n\nThis script manipulates a list of Marvel superheroes by:\n- Finding the list length.\n- Adding \"Black Panther\" at the correct position.\n- Replacing \"Thor\" and \"Hulk\" with \"Doctor Strange.\"\n- Sorting the list in alphabetical order.\n\n#### How to Run:\nRun the script and observe the various operations on the list of Marvel superheroes.\n\n---\n\n### Odd Numbers Generator Script\n\nThis script generates a list of odd numbers between 1 and a user-defined maximum value. The script includes two methods:\n1. List comprehension.\n2. For loop.\n\n#### How to Run:\nInput the maximum number when prompted, and the script will return a list of all odd numbers up to that value.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtle3%2Fdsa-arrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqtle3%2Fdsa-arrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtle3%2Fdsa-arrays/lists"}