Dasc3er / algorithms

Algorithms and other experiments on code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms

Initially based on ideas explosed in karan/Projects, then expanded to others. Comments may be Italian depending on time of implementation ;)

Assembly 8086

The Assembly exercises and algorithms in this repository were implemented in 2014-15 (Italian only), and include:

  • Basic operations on numbers (multiplication, MCD/GCD, MCM/LCM, mean, max and min, divisibility check) and on arrays
  • Sorting - Merge sort and bubble sort, in Assembly 8086

Some of these solutions were developed in partially with @Bressa98.

Java

The Java section of this repository includes most relevant exercises and experiments done over the years (2015-17, Italian only) on the language.

Algorithms implemented:

Experiments included:

  • Extendable Dama game* (with partial porting in Swing)
  • Flappy game*
  • Clickball game*
  • Labyrinth generation and solution*
  • Demo graphical client and server for chat system (in FX and Swing)
  • = Using a custom graphical helpers to divide the screen in independent rectangles

Moreover, this repository includes a series of solutions for some Kattis computational problems, solved in December 2018. Problems with score 1.x are not included.

Python

The Python code in this repository is mainly related to more recent experiments on algorithms for ML (documented in English):

The repository includes also some exercises of the above sections in Python (Italian only):

  • Cesare and Vigenere's cryptosystems
  • Basic games
  • Merge sort
  • Experiment on Vigenere's cryptosystem in a client-server setup

LogoIT

The repository contains some exercises on the LogoIT "language", which provides a Turtle-like experience for programming in the Italian language (2012-14 circa).

About

Algorithms and other experiments on code


Languages

Language:Java 84.6%Language:Python 9.5%Language:Assembly 5.9%