Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fehmitahsindemirkan/data-structures-bm214
BM214 Data structures lecture notes and assignments
https://github.com/fehmitahsindemirkan/data-structures-bm214
datastructures java list node stack veriyapilari
Last synced: about 1 month ago
JSON representation
BM214 Data structures lecture notes and assignments
- Host: GitHub
- URL: https://github.com/fehmitahsindemirkan/data-structures-bm214
- Owner: FehmiTahsinDemirkan
- Created: 2023-03-26T02:10:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T18:23:35.000Z (11 months ago)
- Last Synced: 2024-01-21T19:20:57.865Z (11 months ago)
- Topics: datastructures, java, list, node, stack, veriyapilari
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures - BM214
This repository contains examples and implementations related to the Data Structures lecture (BM214). The examples are organized by weeks, covering various topics such as linked lists, stacks, and queues.
## Weekly Examples
1. **Week 1: LinkedListExample**
- Description: This example focuses on the implementation of a linked list. It covers the basic structure and operations of a linked list.2. **Week 2: DoubleCircularLinkedListExample**
- Description: Explore the implementation of a double circular linked list in this example. This includes understanding the structure and operations associated with this type of linked list.3. **Week 3: StackExample**
- Description: This example introduces the concept of a stack and its implementation. It covers the fundamental operations of a stack, such as push and pop.4. **Week 4: KuyrukQueue**
- Description: Examples about structure and units.## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/YourUsername/Data-Structures-BM214.git
```2. **Navigate to a Specific Example:**
```bash
cd Data-Structures-BM214/(1.hafta)LinkedListExample
```3. **Review the Code:**
- Open and review the code files to understand the implementation details.## Contributing
If you have additional examples, improvements, or corrections for existing examples, your contributions are highly encouraged! Feel free to create an issue, submit a pull request, or share your insights to enhance the learning experience for everyone.
## Disclaimer
This repository is intended for educational purposes only. The examples provided are based on the Data Structures lecture at Duzce University. Ensure compliance with academic integrity policies and use the resources responsibly.