GithubHelp home page GithubHelp logo
  • 👋 Hi, I’m @joker081s
  • 👀 I’m interested in learning new things...
  • 🌱 I’m currently learning Java, C++ and C language, in future I'll learn more things and more languages...

joker081s's Projects

basiccalculator icon basiccalculator

This is basic calculator which perform some operations like addition, subtraction etc.

binarysearchtreeoperations icon binarysearchtreeoperations

Operations on the binary search tree. The operations are insertion of node, searching of the data in the tree, deleting of the node and lastly, inorder traversing of tree.

namepattern icon namepattern

This code is about printing name through Stars. It just prints Sahil Nandal.

pwlabrepostory icon pwlabrepostory

This is just an clone of repository of programs that I created in the PW labs.

queue icon queue

Queue is a type of Array, through which you can store the data. Queue uses first-in-first-out mechanism to push and pop the data. Queue is array in which we push the value one by one and pop the value which was pushed first because it uses first-in-first-out means element first pushed will come out first.

queue-through-pointer icon queue-through-pointer

Pointer is a concept which stores the address of another variable to perform operations. So, in this implementation we don't have to declare global variables instead of that we can use local variable and pass them to the method using pointer to perform operation on array (or for Queue).

stack-operations icon stack-operations

Stack is a type of array in which we use LIFO mechanism means last-in first-out. So, in this project I made the simple stack, which can perform simple opertions like push(), pop() etc. using JAVA. But, I didn't use the STACK Class in it.

stack-operations-stackclass icon stack-operations-stackclass

This is just same as Stack-Operations but with some changes like in this project, I used a different class and called it Stack. Then I used that class to perform operation of push and pop. Make an instance of that class in the main method. I make the global variables to perform operations in Stack Class

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.