Skip to content

Algorithms, Data Structures and Projects developed during the classes of "Algoritmos e Estruturas de Dados 1 & 2" at UTFPR-PB

License

Notifications You must be signed in to change notification settings

whoiswelliton/Algorithms_and_Data_Structures

Repository files navigation

Algorithms and Data Structures Repository

1. All the codes were developed at UTFPR-PB during the classes:

  • AE22CP - Algoritmos e Estrutura de Dados 1
  • AE23CP - Algoritmos e Estrutura de Dados 2

2. Subjects:

  • Recursion
  • Pointers
  • Structures
  • Stack & Queue
    • With Static & Dynamic Implementations
  • Lists
    • With Static, Dynamic, Singly Linked, Doubly Linked, Circular Linked Implementations
  • Sorting Algorithms
    • Merge Sort, Quick Sort, Bubble Sort, Insertion Sort Implementations
  • Hash Tables
    • With Linear Probing & With Separate Chaining Implementations
  • Graphs
    • With Adjacency List Implementation
  • Searching Algorithms
    • Binary Search, Breadth-First Search, Depth-First Search, Dijkstra's Algorithm & Prim Algorithm Implementations

3. Projects

  • The Walking Dead
  • Duckter (Twitter from Pato Branco)
  • Graphs With Adjacency List Implementation
  • Graph Applications (Searching, Dijkstra, Prim)

4. The Solving of some problems from:

  • SPOJ - Sphere Online Judge
  • CD-MOJ - Contest Driven Meta Online Judge

5. Programming Languages:

  • C

About

Algorithms, Data Structures and Projects developed during the classes of "Algoritmos e Estruturas de Dados 1 & 2" at UTFPR-PB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages