Code Monkey home page Code Monkey logo

dragomirevgeniev's Projects

.netcoursefmi icon .netcoursefmi

Solutions of the tasks in a course that serves as a basis for studying the programming with C#.NET. The main objective of the course is to expose the principles of object oriented programming (OOP) by techniques of programming in .NET Framework. Lead by docent Evgeni Krustev

bankcardtokenization icon bankcardtokenization

Solution of the task for the OOP C# Course in FMI. An implemented multithreaded server allows tokenization of bank cards for different users who have different access rights.

cavescatalogue icon cavescatalogue

The catalog is based on XML documents describing the possible features of each cave in the country. The descriptions of 8 caves are written in an XML document that has been validated through an appropriate XML Schema document. The XML content is presented in HTML browser via CSS and XSLT, with the possibility of sorting the objects by some of their characteristics.

datingapp icon datingapp

Project from Udemy course 'Build an app with ASPNET Core and Angular from scratch'

dicegamingsystem icon dicegamingsystem

Solution of the task for the Web Programming with Microsoft Azure and C#.NET Course in FMI. It is a system that allows a casual game of dice for one person.

dsa icon dsa

Data structures and algorithms in C#

dsa-demo-library icon dsa-demo-library

A library that contains basic data structures and algorithm implementations.

efficient-avl-tree icon efficient-avl-tree

My solution of the problem in the DSA course in FMI. AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.

hackbulgaria icon hackbulgaria

My solutions of the problems solved in HackBulgaria - hackerschool, located in Sofia, Bulgaria.

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.