{"id":21344056,"url":"https://github.com/vickttor/data_structure_and_algorithms_with_java","last_synced_at":"2026-02-26T01:43:41.418Z","repository":{"id":155458024,"uuid":"615800595","full_name":"vickttor/data_structure_and_algorithms_with_java","owner":"vickttor","description":"Learning Data Structure and Algorithms by using Java","archived":false,"fork":false,"pushed_at":"2025-02-12T21:45:59.000Z","size":445,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T22:32:41.618Z","etag":null,"topics":["algorithms","bigonotation","data-structures","java"],"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/vickttor.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}},"created_at":"2023-03-18T18:03:14.000Z","updated_at":"2025-02-12T21:46:03.000Z","dependencies_parsed_at":"2023-09-18T12:25:50.138Z","dependency_job_id":null,"html_url":"https://github.com/vickttor/data_structure_and_algorithms_with_java","commit_stats":null,"previous_names":["vickttorugo/data_structure_and_algorithms_with_java","vickttor/data_structure_and_algorithms_with_java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickttor%2Fdata_structure_and_algorithms_with_java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickttor%2Fdata_structure_and_algorithms_with_java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickttor%2Fdata_structure_and_algorithms_with_java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickttor%2Fdata_structure_and_algorithms_with_java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vickttor","download_url":"https://codeload.github.com/vickttor/data_structure_and_algorithms_with_java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243819167,"owners_count":20352819,"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":["algorithms","bigonotation","data-structures","java"],"created_at":"2024-11-22T01:16:58.519Z","updated_at":"2026-02-26T01:43:36.380Z","avatar_url":"https://github.com/vickttor.png","language":"Java","readme":"## Data Structure and Algorithms with Java\n\n[Book to Learn Java Language (in Brazilian portuguese)](https://www.caelum.com.br/apostila/apostila-java-orientacao-objetos.pdf)\n\nLearning data structure and algorithms with java by using a Youtube video from\n`@Bro Code` channe. The link access is the follows: [Learn Data Structures and Algorithms for free](https://youtu.be/CBYHwZcbD-s)\n\n### Data Structures:\n\n- [Stack](./src/structure/MStack.java)\n- [Queues](./src/structure/MQueue.java)\n- [Priority Queues](./src/structure/MPriorityQueue.java)\n- [Linked List](./src/structure/MLinkedList.java)\n- [Dynamic Arrays](./src/structure/MDynamicArray/MDynamicArray.java)\n- [Linked List vs Array lists](./src/structure/LinkedListVsArrayList.java)\n- [hash tables](./)\n- [Graphs](./)\n- [Adjacency Matrix](./)\n- [Adjacency List](./)\n- [Tree](./)\n\n### Concepts\n\n![Big O Notation Introduction](./src/concepts/BigONotation-intro.jpeg)\n![Big O Notation Speed variants](./src/concepts/BigONotation-speed_variants.jpeg)\n![How to shift elements in Dynamic Array](./src/concepts/shiftItemsInDynamicArray.png)\n\n- [Recursion](./)\n- [Calculation Execution Time](./)\n\n### Algorithms\n\n- [Linear Search](./src/algorithms/MLinearSearch.java) `O(n)`\n- [Binary Search](./src/algorithms//MBinarySearch.java) `O(log n)`\n- [Interpolation Search](./src/algorithms/MInterpolationSearch.java) `O(log(log(n)))`\n- [Bubble Sort](./src/algorithms/MBubbleSort.java) `O(n^2)`\n- [Selection Sort](./src/algorithms/MSelectionSort.java) `O(n^2)`\n- [Insertion Sort](./) `O(n^2)`\n- [Merge Sort](./)\n- [quick Sort](./) `O(n log n)`\n- [Depth First Search](./)\n- [Breadth First Search](./)\n- [Tree Binary Search](./)\n- [Tree Transversal](./)\n\n## Folder Structure\n\nThe workspace contains two folders by default, where:\n\n- `src`: the folder to maintain sources\n- `lib`: the folder to maintain dependencies\n\nMeanwhile, the compiled output files will be generated in the `bin` folder by default.\n\n\u003e If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.\n\n## Dependency Management\n\nThe `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickttor%2Fdata_structure_and_algorithms_with_java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvickttor%2Fdata_structure_and_algorithms_with_java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickttor%2Fdata_structure_and_algorithms_with_java/lists"}