{"id":20391483,"url":"https://github.com/seycileli/problemsolvingarrays-java-","last_synced_at":"2026-05-28T13:06:31.025Z","repository":{"id":124683602,"uuid":"222021893","full_name":"seycileli/problemSolvingArrays-Java-","owner":"seycileli","description":"Problem Solving Arrays in Java","archived":false,"fork":false,"pushed_at":"2019-11-16T22:28:05.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T00:51:26.995Z","etag":null,"topics":["java","java-8"],"latest_commit_sha":null,"homepage":"","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/seycileli.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":"2019-11-15T23:55:30.000Z","updated_at":"2019-11-16T22:28:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"3570d56e-a484-4224-bd82-f5150005287f","html_url":"https://github.com/seycileli/problemSolvingArrays-Java-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seycileli/problemSolvingArrays-Java-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seycileli%2FproblemSolvingArrays-Java-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seycileli%2FproblemSolvingArrays-Java-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seycileli%2FproblemSolvingArrays-Java-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seycileli%2FproblemSolvingArrays-Java-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seycileli","download_url":"https://codeload.github.com/seycileli/problemSolvingArrays-Java-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seycileli%2FproblemSolvingArrays-Java-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33609324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","java-8"],"created_at":"2024-11-15T03:33:25.905Z","updated_at":"2026-05-28T13:06:31.003Z","avatar_url":"https://github.com/seycileli.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# problemSolvingArrays-Java-\n\n# I will have solutions for the code below. Anyone is welcomed to contribute if they like.  \n                                                                                          \n-------------------------------------------------------------------------------------------\n\nWrite a JAVA program to read and print elements of array. - using recursion.\n\nWrite a JAVA program to print all negative elements in an array.\n\nWrite a JAVA program to find sum of all array elements. - using recursion.\n\nWrite a JAVA program to find maximum and minimum element in an array. - using recursion.\n\nWrite a JAVA program to find second largest element in an array.\n\nWrite a JAVA program to count total number of even and odd elements in an array.\n\nWrite a JAVA program to count total number of negative elements in an array.\n\nWrite a JAVA program to copy all elements from an array to another array.\n\nWrite a JAVA program to insert an element in an array.\n\nWrite a JAVA program to delete an element from an array at specified position.\n\nWrite a JAVA program to count frequency of each element in an array.\n\nWrite a JAVA program to print all unique elements in the array.\n\nWrite a JAVA program to count total number of duplicate elements in an array.\n\nWrite a JAVA program to delete all duplicate elements from an array.\n\nWrite a JAVA program to merge two array to third array.\n\nWrite a JAVA program to find reverse of an array.\n\nWrite a JAVA program to put even and odd elements of array in two separate array.\n\nWrite a JAVA program to search an element in an array.\n\nWrite a JAVA program to sort array elements in ascending or descending order.\n\nWrite a JAVA program to sort even and odd elements of array separately.\n\nWrite a JAVA program to left rotate an array.\n\nWrite a JAVA program to right rotate an array.\n\nWrite a JAVA program to add two matrices.\n\nWrite a JAVA program to subtract two matrices.\n\nWrite a JAVA program to perform Scalar matrix multiplication.\n\nWrite a JAVA program to multiply two matrices.\n\nWrite a JAVA program to check whether two matrices are equal or not.\n\nWrite a JAVA program to find sum of main diagonal elements of a matrix.\n\nWrite a JAVA program to find sum of minor diagonal elements of a matrix.\n\nWrite a JAVA program to find sum of each row and column of a matrix.\n\nWrite a JAVA program to interchange diagonals of a matrix.\n\nWrite a JAVA program to find upper triangular matrix.\n\nWrite a JAVA program to find lower triangular matrix.\n\nWrite a JAVA program to find sum of upper triangular matrix.\n\nWrite a JAVA program to find sum of lower triangular matrix.\n\nWrite a JAVA program to find transpose of a matrix.\n\nWrite a JAVA program to find determinant of a matrix.\n\nWrite a JAVA program to check Identity matrix.\n\nWrite a JAVA program to check Sparse matrix.\n\nWrite a JAVA program to check Symmetric matrix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseycileli%2Fproblemsolvingarrays-java-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseycileli%2Fproblemsolvingarrays-java-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseycileli%2Fproblemsolvingarrays-java-/lists"}