Code Monkey home page Code Monkey logo

Kavinda Perera's Projects

bubble-sorting icon bubble-sorting

Bubble sorting is a simple sorting algorithm that repeatedly compares adjacent elements in an array and swaps them if they are in the wrong order, resulting in the larger elements "bubbling up" to the top of the array, hence its name.

java-constructor icon java-constructor

In Java, a constructor is a special method that is used to initialize objects and is called when an object of a class is created.

queue-operation icon queue-operation

A queue is a data structure in computer science that represents a collection of elements where the first element added is the first one to be removed, following the principle of First In First Out (FIFO).

queue-operation-py icon queue-operation-py

A queue is a data structure in computer science that represents a collection of elements where the first element added is the first one to be removed, following the principle of First In First Out (FIFO).

stack-operation icon stack-operation

A stack is a collection of elements that are added and removed in a particular order. Stacks follow the principle of Last In First Out (LIFO) which means that the last element added to the stack is the first one to be removed.

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.