Git Product home page Git Product logo

smallexercises's Introduction

SmallExercises

This is a collection of small coding exercises i've done for various different reasons.

Current Solutions

Here is all the exercises in here that have been solved:

Binary Tree ➡️ Right Sibling Tree

This takes a Binary Tree as input to a function and changes the tree to a Right Sibling Tree. "A Right Sibling Tree is obtained by making every node in a Binary Tree have its right property point to its right sibling (the node immediately to its right on the same level) instead of its right child."

Requirements:
  • Once the transformation is complete, some nodes might no longer have a node pointing to them
  • Transformation must be done in-place, meaning that the original data structure should me mutated (no new structure should be created)

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.