Git Product home page Git Product logo

algorithms's Introduction

Algorithms and Data structures

Algorithms and data structures implemented mostly in C# and/or some in C

Instructions to find your way:

  • I tried to separate each data structure and algorithm in separate folders, they resemble the structure of the map below

Data Structures

 - Stack (arrays and linked lists in C / generics C#)
 - Queue (arrays and linked lists in C / generics C#)
 - Binary Search Tree (basic generic implementation in C#)
 - Union–find (disjoint-sets) (C#)

Algorithms

 - Array rotation to left and right (C#)
 - 'Anagram' - Minimum number of character deletions required to make the two strings anagrams. (C#)
 - Hash Tables: Ransom Note (Dictionary<K, T> in C#)
 - Balanced Brackets (C# using the custom Stack<T> from above)
 - Queue (implementation with two stacks in C#)
 - Binary Search Tree - check if a binary tree is also a binary serach tree (C# using Binary Search Tree from above)
 - Prime numbers - basic algorithm for finding prime numbers (C#)

Sorting

 - Bubble sort (C# / recursive and iterative)
 - Selection sort (C#)
 - Merge Sort (C and C# (using List<T>))
 - Quicksort (C# with List<int>)

algorithms's People

Contributors

asleekgeek avatar

Stargazers

Dênis Silva Oliveira 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.