Git Product home page Git Product logo

miltt / console Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 4.0 231 KB

Implementation of popular algorithms and data structures using .NET Core

Home Page: https://miltt.ru/

License: MIT License

C# 100.00%
algorithms data-structures graph rsa-cryptography heap euclidean-algorithm binary-search multithreading bfs dfs tree-structure hashtable mergesort primality-test multiplication-algorithm rsa sieve-of-atkin modular-exponentiation matrix adjacency-matrix

console's Introduction

GitHub release (latest by date) GitHub Workflow Status license

Console

Implementation of popular algorithms and data structures using .NET Core

Getting Started

Prerequisites:

  • Install the latest version of .NET Core
  • Install the latest version of Visual Studio Code or Visual Studio
  • Get the code:
    git clone https://github.com/Miltt/Console.git
    
  • Open the solution to build the application dotnet build and run tests dotnet test

Implemented

Algorithms

  • Cryptography
    • RSA
  • Dynamic Programming
    • Knapsack Problem
    • Fibonacci Number
    • Longest common subsequence problem
  • Greedy
    • Prims
  • Linear Programming
    • Simplex Algorithm
  • Miscellaneous
    • Lucky Tickets
    • Tower of Hanoi
    • Eight queens puzzle
    • Coin change problem
  • Multithreading
    • Dining Philosophers Problem
    • Readers Writers Problem
  • Number Theoretic
    • Prime
      • Primality Test
      • Sieve of Atkin
    • Exponentiation
      • Modular exponentiation
      • Exponentiation by squaring
      • Factorization
        • Trial division
        • Fermat's method
      • Greatest common divisor
        • Euclidean algorithm
        • Extended Euclidean algorithm
      • Multiplication
        • Recursive Naive
        • Peasant (Binary, Bitwise)
        • Karatsuba
  • Searching
    • Array
      • Binary
      • Linear
    • Graph
      • Breadth-first search
      • Depth-first search
      • Dijkstra
    • String
      • Knuth-Morris-Pratt
  • Simulated Annealing
    • Travelling salesman problem
  • Sorting (ascending and descending order)
    • Bubble
    • Cocktail
    • Gnome
    • Heap
    • Insertion
    • Merge
    • Quick
    • Selection
    • Shell

Data Structures

  • Graph
  • Heap
    • Binary
    • Binomial
  • Matrix
  • Tree
    • AVL
    • Red-black
  • Disjoint Set
  • Doubly Linked List
  • Dynamic Array
  • Hash Table
  • Immutable Stack
  • Lock-Free Stack

Design Patterns

  • Creational
    • Factory Method
  • Structural
    • Adapter
  • Behavioral
    • Strategy

License

Copyright (c) 2021 Ilya Moshanov

Licensed under the MIT License.

console's People

Contributors

jaschez avatar miltt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.