Skip to content

code from exercises in module I832 Algorithms of HTW Dresden

License

Notifications You must be signed in to change notification settings

Salaml/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

This repository contains my solutions for the exercises in module I832 "Algorithms" of HTW Dresden

TODO

Implementation of a binary search tree

Implementation to find the longest common subsequence using dynamic programming

Implementation of the travelling salesman problem using dynamic programming

Implementation of the Viterbi algorithm for hidden Markov models using dynamic programming

License

CC0 1.0 Universal (CC0 1.0).

Algorithmik

Dieses Repository enthält meine Lösungen für die Aufgaben im Modul I832 „Algorithmik“ der HTW Dresden

TODO

Implementierung eines binären Suchbaums

Implementierung zum Finden der längsten gemeinsamen Teilfolge unter Nutzung von dynamischer Programmierung

Implementierung des Problems des Handlungsreisenden unter Nutzung von dynamischer Programmierung

Implementierung des Viterbi-Algorithmus für Hidden-Markov-Modelle unter Nutzung von dynamischer Programmierung

Lizenz

CC0 1.0 Universell (CC0 1.0).