Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Assignments

This project is part of the Algorithms (Spring 2024, SKKU). SWE2016_41

1. Min-Max-Median Priority Queue

  • Description: Implements a priority queue supporting min, max, and median operations.
  • Operations: Insert, delete min/max/median, find min/max/median.

2. Longest Common Subsequence (LCS)

  • Description: Implements multiple sequence alignment for DNA sequences.
  • Input Format: Number of sequences, followed by DNA sequences separated by $.

3. Huffman Coding

  • Description: Implements Huffman coding for file compression and decompression.
  • Compression: Reads ASCII text, builds Huffman tree, encodes text.
  • Decompression: Reads Huffman tree, decodes text.

About

Algorithms (SWE2016_41) Assignments

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages