Code Monkey home page Code Monkey logo

practice-csharp2023's Introduction

practice-csharp

C#을 공부하면서 자료구조 및 알고리즘을 구현하는 과정을 기록하는 공간입니다. 단순 자료구조 및 알고리즘을 구현하며, 아래 Ref를 참고해서 진행합니다.

준비사항

  • .NET 7

    • Windows 사용자는 Visual Studio 2022를 설치하시면 됩니다.
    • Linux, macOSdotnet(>= 7)을 설치해주시면 됩니다.
      • macOS 사용자는 brew install dotnet을 활용하세요.
      • Linux 사용자는 sudo apt install dotnet-sdk-7.0을 활용하세요.
  • IDE

    • Windows 사용자는 Visual Studio 2022를 사용하세요(적극 권장).
    • macOS 및 Linux 사용자는 Visual Studio Code를 사용하세요.
    • 개인적으론 Windows 환경에서 VS(Visual Studio 2022)를 사용하는 것을 권장합니다.

실행

$ git clone https://github.com/sigmadream/practice-csharp.git
$ cd practice-csharp
$ dotnet test

구현 목록

  • Linked List
    • Singly Linked List
    • Doubly Linked List
    • Skip Linked List
  • Stack
    • Array Stack
    • List Stack
  • Queue
    • Array Queue
    • List Queue
  • Tree
    • Binary Search Tree
    • AVL Tree
    • Red-Black Tree
    • Heap
  • Graph
    • Directed Weighted Graph Via Adjacency Matrix

Ref.

practice-csharp2023's People

Contributors

sigmadream 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.