Git Product home page Git Product logo

algorithmsanddatastructures's Introduction

Algorithms And Data Structures - Graph Theory

Assignments for Algorithms and Data Structures and Graph Theory Lessons

Dokuz Eylül University Computer Science 2nd Grade


What this repository includes: Algorithms And Data Structures

Data Structures:

  • Array: Integer
  • Linked List: Integer and ID
  • Stack: Integer - Array - Stack and Heap Memory
  • Queue (Circular): Integer - Array - Stack and Heap Memory
  • Binary Search Tree: Integer - Array
  • Heap: Integer - Array
  • Tests for all data structures above

Algorithms:

  • Havel-Hakimi
  • Tests for all algorithms above

Naming Convention:

Variables and Structs: structName, variableName

  • Example: Node_Int currentNode -> Node that we currently hold to do things
  • Example: int arraySize -> Size of the array

Data Structures and Files: StructureName_StructureType1StructureType2

  • Example: LinkedList_IntID -> Linked List, has integer value and id
  • Example: Stack_Int -> Stack, has integer value

Data Structure Functions: MethodNameStructureName_StructureType1StructureType2

  • Example: InsertBeforeByIDIntoList_IntID -> Inserts a node into the list before the node with given id. List has integer value and id
  • Example: PopStack_Int -> Pops the stack that has integer

Algorithms and Files: AlgorithmName_TypeStructure

  • Example: HavelHakimi -> Has no type or structure option
  • Example: SelectionSort_IntArray -> Sorts integer array using selection sort algorithm

Todo:

  • Linked List:

  • Integer, Char, Float

  • Header Linked List

  • Circular and Double Linked Lists

  • Stack:

  • Float and Char

  • Linked List

  • Dynamically Growing Array

  • Queue (Circular):

  • Float and Char

  • Linked List

  • Dynamically Growing Array

  • Binary Search Tree and Heap:

  • Common Tree

  • Graph Theory Algorithms:

  • Vertex Coloring

  • Paul-Unger

  • Dijkstra

  • Floyd-Warshall

  • Kruskal

  • Prim

algorithmsanddatastructures's People

Contributors

ozgurd5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.