Skip to content

Kocin-sb/ID1020-Algorithms-and-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID1020 Algorithms and Data Structures 7.5 credits

Course contents

Basic algorithm analysis:

Simpler analysis with respect to the resource needs of algorithms in the form of time and memory.

  • Fundamental algorithms:

    • Simple numerical algorithms
    • Sequential and binary search algorithms
    • Depth first search and Width first search.
  • Sorting algorithms:

    • Selection sorting, insertion sorting, Quicksort, heapsort, mergesort.
  • Fundamental data structures:

    • linear lists, stacks, queues, hash tables, binary tree, heaps, binary search trees and problem trees.
  • Program Design:

    • Design and implementation of programmes that use basic algorithms and data structures to solve computer science problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published