Giter Site home page Giter Site logo

dev-segal / data-structures-algorithms Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 402 KB

My implementations of data structures (think Graphs/Trees, Stack, Queue) algorithms, and programming problems (from Project Euler to Daily Coding Problem)

Python 17.23% Java 82.77%
data-structures algorithms problem-solving

data-structures-algorithms's Introduction

Data-Structures-Algorithms

This repository contains my implementations of popular data structures and algorithms. Additionally, I store the solutions (and problem statements) of coding problems I've encountered. These problems vary by difficulty, but they're typically from these sources:

  1. Daily Coding Problem
  2. Project Euler
  3. Hackerrank
  4. GeeksForGeeks
  5. Leetcode

Table of contents:

Data Structure Implementations:

  1. Stack Data Structure
  2. Queue Data Structure

Algorithm Implementations:

  1. Selection Sorting Algorithm
  2. Fibonacci Sequence

Programming Problems:

  1. Does Sum (of pairs) Exist in List?
  2. Multiply other elements, except element i, and place at position i
  3. Serialize/Deserialize Binary Tree
  • The deserialization was a really tough one for me, it took a couple of days. I had some trouble because of the way I decided to format nodes, like so: (NodeValue, (LeftNode), (RightNode)) It felt natural to solve it with a recursive algorithm, but it still had a few hoops to jump through.

data-structures-algorithms's People

Contributors

16bits3g4l 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.