{"id":20765679,"url":"https://github.com/boratanrikulu/data-structures","last_synced_at":"2025-04-30T09:52:54.011Z","repository":{"id":55881478,"uuid":"156698865","full_name":"boratanrikulu/data-structures","owner":"boratanrikulu","description":"Notes and homeworks for data structures.","archived":false,"fork":false,"pushed_at":"2020-02-20T09:51:25.000Z","size":1721,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T15:06:11.465Z","etag":null,"topics":["data-structures","pamukkale-university"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boratanrikulu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-08T11:47:46.000Z","updated_at":"2023-03-13T11:19:49.000Z","dependencies_parsed_at":"2022-08-15T08:31:11.517Z","dependency_job_id":null,"html_url":"https://github.com/boratanrikulu/data-structures","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/boratanrikulu%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boratanrikulu%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boratanrikulu%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boratanrikulu%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boratanrikulu","download_url":"https://codeload.github.com/boratanrikulu/data-structures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251680548,"owners_count":21626746,"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":["data-structures","pamukkale-university"],"created_at":"2024-11-17T11:18:19.921Z","updated_at":"2025-04-30T09:52:53.950Z","avatar_url":"https://github.com/boratanrikulu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pamukkale University - Data Structures\n\n\u003cp align=\"right\"\u003e \n\tlast update : 02/01/19\n\u003c/p\u003e\n\nThe purpose of this repo is to keep all lesson materials tidy and up to date.  \nAlso, the repo includes my all notes, homeworks and lab codes.\n\nAll **presentations** are prepared by [**`@sevketcakir`**](https://github.com/sevketcakir).  \nThey are originally published on [**`github.com/sevketcakir/ds2018`**](https://github.com/sevketcakir/ds2018). \n\n| Week | Subject (notes) | Presentation | LAB | HW |\n|:----:|:-------:|:-----:|:---:|:---:|\n| 1 | [**`Inheritance, Abstract, Interface and Generics`**](/_data/notes/inheritance_abstract_interface_and_generics.md) | [**`vy1.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy1.pdf) | [**`Generics`**](/_data/lab/generics/)\u003cbr\u003e**`[100/100]`** |\n| 2 | [**`Stacks, Queues and Operation Notations`**](/_data/notes/stacks_queues_and_operation_notations.md) | [**`vy2.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy2.pdf) | [**`Stacks`**](/_data/lab/stacks/)\u003cbr\u003e**`[75/100]`** |\n| 3 | [**`LinkedList and DoubleLinkedList`**](/_data/notes/linkedlist_and_doublelinkedlist.md) | [**`vy3.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy3.pdf) | [**`DoubleLinkedList`**](/_data/lab/double_linked_list/)\u003cbr\u003e**`[100/100]`** |\n| 4 | [**`BinarySearchTrees and Expression Trees`**](/_data/notes/binarysearchtrees_and_expression_trees.md) | [**`vy4.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy4.pdf) | [**`BinarySearchTree`**](/_data/lab/binary_search_tree/)\u003cbr\u003e**`[75/100]`** |\n| 5 | [**`AVL Trees`**](/_data/notes/avl_trees.md) | [**`vy5.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy5.pdf) | [**`Treversal`**](/_data/lab/traversal/)\u003cbr\u003e**`[100/100]`** | [**`ExpressionTree`**](/_data/homework/expression_tree/)\u003cbr\u003e**`[100/100]`** |\n| 6 | [**`Binary Heap and Huffman Trees`**](/_data/notes/binary_heap_and_huffman_trees.md) | [**`vy6.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy6.pdf) | [**`BinaryHeap`**](/_data/lab/binary_heap/)\u003cbr\u003e**`[100/100]`** |\n| 7 | 2-3 Trees and B Trees | [**`vy7.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy7.pdf) | [**`AVLTrees`**](/_data/lab/avl_trees/)\u003cbr\u003e**`[100/100]`** | |\n| 8 | [**`Hash`**](/_data/notes/hash.md) | [**`vy8.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy8.pdf) | [**`SeperatedChainHash`**](/_data/lab/seperated_chain_hash/)\u003cbr\u003e**`[100/100]`** |\n| **--** | **--** | **`[--]`** | [**`QuadraticProbeHashh`**](/_data/lab/quadratic_probe_hash/)\u003cbr\u003e**`[100/100]`** | [**`HuffmanTree`**](_data/homework/huffman_tree/)\u003cbr\u003e**`[100/100]`** |\n| 9 | [**`Graph`**](/_data/notes/graph.md) | [**`vy9.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy9.pdf) | [**`AbstractGraph`**](/_data/lab/abstract_graph/)\u003cbr\u003e**`[100/100]`** || 10 | Graph Algorithms | [**`vy10.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy10.pdf) | **`[AbstractGraph2]`**\u003cbr\u003e**`[0/100]`** |\n| 10 | [**`Graph Algorithms`**](/_data/notes/graph_algorithms.md) | [**`vy10.pdf`**](https://github.com/sevketcakir/ds2018/blob/master/sunum/vy10.pdf) | **`[AbstractGraph2]`**\u003cbr\u003e**`[0/100]`** |\n| 11 | Sorting Algorithms | **`[--]`** | **`[AbstractGraph3]`**\u003cbr\u003e**`[0/100]`** | [**`WelshPowell`**](/_data/homework/welsh_powell/)\u003cbr\u003e**`[100/100]`** |\n\nYou can send pull request to improve this repo. If you need to contact me : [**`@boratanrikulu`**](https://t.me/boratanrikulu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboratanrikulu%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboratanrikulu%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboratanrikulu%2Fdata-structures/lists"}