Giter Site home page Giter Site logo

data_structures_and_algorithms's Introduction

$Hello friend!

In this repo I gonna share all my excercises on Data Structures and their Algorithms. The idea behind this daily exercises are simple to develop my analytical skills on Data Structure, learn how to use them efficiently and of course to become a better developer.

I'm using C for the exercises, because C is awesome and it's the best way to really learn and understand the implementation of Data Structures and their Algorithms.


How to use:

  1. 'git clone' or download the repo.
  2. Compile the c files with 'gcc'.
  3. Test cases are inside the main, you can comment them out in order to test the function.

    Functions added to the linked_list dir:

    Inside ll_display program
  • Display Linked List
  • Count and return the sum of the linked list
  • Max number of a linked list
  • Search a node in a linked list
  • Insert a node in a linked list
  • Insert a node in a sorted linked list
  • Delete a node in a linked list
  • Check if linked list is sorted
  • Remove duplicates in a linked list
  • Reverse a linked list
  • Append a linked list
  • Merge linked lists
  • Inside circular_linked_list program
  • Display circular linked list
  • Insert a node in a circular linked list
  • Delete node in a curcular linked list
  • Inside double_ll program
  • Display double linked list
  • Insert node in a double linked list
  • Delete node in a double linked list
  • Reverse double linked list

    Functions added to the recursion dir:

  • Tree recursion
  • Indirect recursion
  • Nested recursion
  • Factorial, Exponentiation and Sum of natural number functions solved recursive
  • Taylor series
  • Fibonacci series
  • Probability function nCr
  • Tower of Hanoi solved with recursion

    Functions added to the array ADT dir:

  • Insert and append element to array
  • Delete an element in a array

data_structures_and_algorithms's People

Contributors

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