Code Monkey home page Code Monkey logo

Florin Pavelescu's Projects

assembly-advanced icon assembly-advanced

Assembly language implementation of some classical algorithms (in-place sorting of the elements of a singly linked list with integer elements, lcm, balanced brackets problem, sorting an array of words by calling the qsort library function) as well as implementing a function for the sum of the elements of two vectors using AT&T syntax.

assembly-basic icon assembly-basic

A series of simple computer science problems (encrypting a text by shifting the alphabet, calculating the ages of people whose birth dates are known, encrypting a text with the column transposition method, simulating a cache memory) solved in the Assembly language.

file-system-simulation icon file-system-simulation

A C application that can be used to model a hierarchy of files and directories, on the command line, that provides the Linux touch, mkdir, ls, rm, rmdir, cd, tree, and pwd commands.

graph-zoo icon graph-zoo

Implementation of functions in Haskell for various graph manipulation operations oriented under two modes of representation, one standard (through sets of vertices and edges) and another constructive (algebraic), appropriate to a functional approach.

risc-v-implementation icon risc-v-implementation

Implementation of IF, ID, EX, MEM, WB and two stages units used in hazard detection and the forwarding unit, thus realizing a complete RISC-V processor prototype.

solved-problems-graph-algorithms icon solved-problems-graph-algorithms

Four interesting, practical problems solved efficiently in C++ using common graph algorithms (traversals, optimal paths, topological sorting) and classical schemes (Greedy, Backtracking).

ultimate-tic-tac-toe icon ultimate-tic-tac-toe

A Prolog implementation of some components of a game of Ultimate Tic-Tac-Toe (game composed of nine boards of X's and 0's).

vim-text-editor icon vim-text-editor

A minimal, command-line text editor that provides some of the Vim editor functionalities in Linux.

world-of-marcel icon world-of-marcel

A Java application that models a complex, command-line game with various types of players, with complex attributes and actions, created using object-oriented programming concepts. The game also features a graphical interface for user authentication.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.