{"id":25396122,"url":"https://github.com/codingnaveen46/car-_service","last_synced_at":"2025-08-04T21:44:18.552Z","repository":{"id":157448661,"uuid":"624226532","full_name":"Codingnaveen46/car-_service","owner":"Codingnaveen46","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-06T03:00:12.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T20:57:42.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Codingnaveen46.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":"2023-04-06T02:32:10.000Z","updated_at":"2023-04-06T02:59:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"526cc72b-920c-4b85-8a76-442dfb674cf3","html_url":"https://github.com/Codingnaveen46/car-_service","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/Codingnaveen46%2Fcar-_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codingnaveen46%2Fcar-_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codingnaveen46%2Fcar-_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codingnaveen46%2Fcar-_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codingnaveen46","download_url":"https://codeload.github.com/Codingnaveen46/car-_service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248289357,"owners_count":21078915,"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":"2025-02-15T20:57:09.993Z","updated_at":"2025-04-10T20:19:00.000Z","avatar_url":"https://github.com/Codingnaveen46.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# car-_service\n\nQuestion 1:\n \nWrite a program that takes as input an array of positive and negative numbers (0 excluded). \n\nObjective:  \nreturn those items from the array whose sum is 0. \nIf no such items exist return “No Elements found”\n\n Example: For an input array [-4, 1, 3, -2, -1],\n one of the possible results would be 3, -2, -1 \nsince their sum is 0. \n\nNote: If there are more than 1 combination of such items, you can return any 1 of them.\nspecify the Time complexity (Big O notation) and Space complexity (Big O notation) for your solution as well as all possible test cases.\n\n\n////////////////////////////////////////////////////////////////////////////////////////////////\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nQuestion 2: \nCar service station using Object Oriented Programming\n\nThe car service station caters to different types of cars – Hatchback, Sedan, SUV.\n\ntypes of services : \nBasic Service, Engine Fixing, Clutch Fixing, Gear Fixing and Brake Fixing. \n\n\n\nService Code \nService \nHatchback  - ₹\nSedan - ₹\nSUV - ₹\nBS01\nBasic Servicing\n2000\n4000\n5000\nEF01\nEngine Fixing\n5000\n8000\n10000\nCF01\nClutch Fixing\n2000\n4000\n6000\nBF01\nBrake Fixing \n1000\n1500\n2500\nGF01\nGear Fixing\n3000\n6000\n8000\n\n\n\nOjective: \n\t\tDetailed bill based on service.\nExample: \nType of Car – Hatchback \nService Codes – BS01, EF01 \nCharges for Basic Servicing – ₹ 2000 \nCharges for Engine Fixing – ₹ 5000 \nTotal Bill – ₹ 7000 \n\nIn addition, if the total service bill is more than ₹ 10000, a complimentary cleaning should be provided and specified in the bill.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnaveen46%2Fcar-_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingnaveen46%2Fcar-_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnaveen46%2Fcar-_service/lists"}