• Stars
    star
    1
  • Language
    C
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A mini program with different tasks to solve basically string problems, chiphers and very simple "2-grams"

More Repositories

1

c-language-data-structures

A minimalist implementation of generic data structures written in C language.
C
14
star
2

java-merger-files

Bash Script to merge all java files into Main.java file
Shell
3
star
3

c-avl-dictionary

C Language implementation of an AVL tree to represent a dictionary (key, value ->pairs). In order to support duplicates of (key, value) pairs every AVL node will represent a double linked list. The Dictionary will be used to solve some decripting problems.
C
3
star
4

c-bmp-processing

A simple console program to proccess BMP images with C language
C
3
star
5

page-rank

Minimalist implementation in Matlab of "Page Rank" algorithm for hyperlinks analysis from Internet
MATLAB
2
star
6

c-blockchain-register

C language implementation of a simple transactions register which is encoded in the form of a blockchain. (BlockDAG)
C
2
star
7

image-interpolation-processing

A minimalist Matlab implementation of the image basic processign functions like: rotating an image and scaling an image. The project works for both greyscaled images and RBG images. Project tries to solve those problems using 3 different interpolation methods "proximal", "bicubic" and "lanczos"
MATLAB
2
star
8

c-bitwise-operators

A simple program that tries to simutale a encoder/decoder for addition, subtraction, multiplication and division
C
1
star
9

data-structures-comparison

Comparing Hash table with Self Balancing Trees in representing Sets of natural numbers
C
1
star
10

my-research-books

A small repository with my written researches on different subjects
TeX
1
star
11

c-infix-expression-eval

A simple C Language program to compute the infix expression using stacks
C
1
star
12

BackendTV2

Backend of a MovieTV application implemented in Java
Java
1
star
13

GwentStone

Gwent Stone game
Java
1
star
14

executable-loader

C
1
star
15

thread-planificator

C
1
star
16

octavian-saga

Python
1
star
17

VirusTotal-API

Milestone 3
D
1
star
18

mihai-negru

Config files for my GitHub profile.
1
star
19

c-train-station-db

A C language program that will simulate a data base for a train station to keep the information about it simpler and compact. The project wants to implement the most common operations of a train station to simplify the work of the employees
C
1
star