/Sequence

a sequence calculation program that calculates the longest common, palindromic and tandem sub sequence for a given input up to 10,000 digits

Primary LanguageC

Sequence

a sequence calculation program that calculates the longest common, palindromic and tandem sub sequence for a given input up to 10,000 digits

Installation instructions

download GTK+ using home brew (MacOS)

cd into your Desktop and type this command: homebrew install gtk+.

for compilation you will now use this gcc command: gcc pkg-config --cflags gtk+-3.0 -o hello helloworld.c pkg-config --libs gtk+-3.0