Pinned Repositories
Advanced-encryption-standard-AES-in-c
This is a simple example of AES encryption (with 128, 192 and 256bit keys)
Burrows-Wheeler-Transform
The Burrows-Wheeler Transform is a lossless compression algorithm best suited for text with repetitive data. It is used with run-length encode compression.
Determinant-calculator-with-permutations
This script can calculate a determiniant of nxn matrix given dimension n. This calculation is done using all possible permutations of array (1,2...,n)
Gradient-descent-of-2-argument-function
This is a simple script for finding local minimum of a 2 argument function z=f(x,y) starting from given point (x,y).
Huffman-coding-cpp
This program can compress and decompress textual file using huffman binary tree. Compressed file can be aroud 30%-50% smaller in size.
Linked-Lists
Example of doubly circular linked list with header and polynomial with linked list
Raytracer-in-c
This is a simple ray-tracer written in C. It allows users to read wavefront files, transform objects and render an image
ttcpavle
ttcpavle's Repositories
ttcpavle/Linked-Lists
Example of doubly circular linked list with header and polynomial with linked list
ttcpavle/Advanced-encryption-standard-AES-in-c
This is a simple example of AES encryption (with 128, 192 and 256bit keys)
ttcpavle/Burrows-Wheeler-Transform
The Burrows-Wheeler Transform is a lossless compression algorithm best suited for text with repetitive data. It is used with run-length encode compression.
ttcpavle/Determinant-calculator-with-permutations
This script can calculate a determiniant of nxn matrix given dimension n. This calculation is done using all possible permutations of array (1,2...,n)
ttcpavle/Gradient-descent-of-2-argument-function
This is a simple script for finding local minimum of a 2 argument function z=f(x,y) starting from given point (x,y).
ttcpavle/Huffman-coding-cpp
This program can compress and decompress textual file using huffman binary tree. Compressed file can be aroud 30%-50% smaller in size.
ttcpavle/Raytracer-in-c
This is a simple ray-tracer written in C. It allows users to read wavefront files, transform objects and render an image
ttcpavle/ttcpavle