{"id":16104832,"url":"https://github.com/dbc2201/javacodingproblem3","last_synced_at":"2025-06-24T07:39:47.921Z","repository":{"id":133011699,"uuid":"496508437","full_name":"dbc2201/JavaCodingProblem3","owner":"dbc2201","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T06:51:25.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T08:38:56.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/dbc2201.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":"2022-05-26T06:33:33.000Z","updated_at":"2022-08-21T02:29:36.000Z","dependencies_parsed_at":"2023-12-14T07:44:30.991Z","dependency_job_id":null,"html_url":"https://github.com/dbc2201/JavaCodingProblem3","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"42ddbcadc53552195b8c67bd72aa49047ac28111"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FJavaCodingProblem3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FJavaCodingProblem3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FJavaCodingProblem3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FJavaCodingProblem3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbc2201","download_url":"https://codeload.github.com/dbc2201/JavaCodingProblem3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247425525,"owners_count":20936969,"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-09T19:06:38.840Z","updated_at":"2025-04-06T02:28:43.117Z","avatar_url":"https://github.com/dbc2201.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Coding Problems\n\n## Chapter 1: Strings, Numbers, and Math\n\n---\n\n### Problem Statement : Reversing Letters and Words\n\nWrite a program that reverses the letters of each word and a program that reverses the letters of each word and the\nwords themselves.\n\n### Sample Input \u0026 Output\n\n```\nreverseWords(\"laptop\") =\u003e \"potpal\"\nreverseWords(\"hello world\") =\u003e \"olleh dlrow\"\n\nreverse(\"java coding problems\") =\u003e \"smelbrop gnidoc avaj\"\nreverse(\"hello world\") =\u003e \"dlrow olleh\"\n```\n\n---\n\n* [Source Code](src/main/java/io/github/dbc/ReverseEngineer.java)\n* [Main Class](src/main/java/io/github/dbc/Main.java)\n* [Test Class](src/test/java/io/github/dbc/ReverseEngineerTest.java)\n\n---\n\u003e Question taken from the book\n\u003e [\"Java Coding Problems\"](https://www.packtpub.com/product/java-coding-problems/9781789801415) by\n\u003e [Anghel Leonard](https://github.com/AnghelLeonard).  \n\u003e Formatted and uploaded by [dbc2201](https://github.com/dbc2201)\n\n---\n\n**Suggested Reading:**\n\n1. ['Strings' @ dev.java](https://dev.java/learn/strings/)\n2. ['String Builders' @ dev.java](https://dev.java/learn/string-builders/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbc2201%2Fjavacodingproblem3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbc2201%2Fjavacodingproblem3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbc2201%2Fjavacodingproblem3/lists"}