Skip to content

Algoritmos implementados para as disciplinas de programção que cursei na UTFPR.

License

Notifications You must be signed in to change notification settings

mikaelmessias-legacy/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTFPR Algorithms

Algorithms created under the Data Structures and the Data Searching & Sorting classes at UTFPR.

Structures

Static

  • Stack
  • Queue

Dynamic

  • Linked List
  • Doubly Linked List
  • Binary Search Tree
  • AVL Tree

Internal Sort

Simple sort

  • Bubble Sort
  • Selection Sort
  • Insertion Sort

Efficient sort

  • Shell Sort
  • Quick Sort
  • Heap Sort
  • Merge Sort

External Sort

  • Merge Sort
  • Quick Sort

Search Algorithms

Primary Memory

  • Linear Search
  • Binary Search Tree
  • SBB Tree

Releases

No releases published

Packages

No packages published