https://github.com/andre-j3sus/algorithms-and-data-structures
Some algorithms and other stuff I learned in the Algorithms and Data Structures class.
https://github.com/andre-j3sus/algorithms-and-data-structures
algorithm algorithms data-structures kotlin
Last synced: about 2 months ago
JSON representation
Some algorithms and other stuff I learned in the Algorithms and Data Structures class.
- Host: GitHub
- URL: https://github.com/andre-j3sus/algorithms-and-data-structures
- Owner: andre-j3sus
- Created: 2021-04-27T20:33:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T23:12:29.000Z (over 3 years ago)
- Last Synced: 2025-07-31T11:37:55.810Z (3 months ago)
- Topics: algorithm, algorithms, data-structures, kotlin
- Language: Kotlin
- Homepage:
- Size: 356 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms :chart_with_upwards_trend:
> Some algorithms and data structures I studied in college and by my self.
![]()
---
## Description
In this repository there are a variety of algorithms and data structures that I learned in Algorithms and
Data Structures class and by my self to improve my coding skills.### Content:
* Search Algorithms
- Linear Search
- Binary Search
- Jump Search
- Naive's Pattern Search
- KMP's Pattern Search* Sort Algorithms
- Insertion Sort
- Selection Sort
- Bubble Sort
- Heap Sort
- Merge Sort
- Quick Sort
- Counting Sort
- Radix Sort* Other Algorithms
- Kadane's Algorithm
- Boyer-Moore Majority Vote Algorithm
- Fibonacci Numbers
- Floyd's Cycle Detection Algorithm
- Quick Select Algorithm
- Others...* Data Structures
- Stack
- Queue
- Priority Queue
- Heap
- HashTable
- HashSet
- Linked HashMap
- Graph* Linked List
- Simple Linked List
- Doubly Linked List* Trees
- Binary Search Trees---
## Author Info
- LinkedIn - [André Jesus](https://www.linkedin.com/in/andre-jesus-engineering)
- Twitter - [@andre_j3sus](https://twitter.com/andre_j3sus)
- Website - [André Jesus](https://sites.google.com/view/andre-jesus/p%C3%A1gina-inicial)---
Updated 02/08/2021.