Coder Social home page Coder Social logo

Phillip's Projects

bst-map icon bst-map

Practice for defining and implementing a BST Map. Each node in the tree has a "left" and "right" pointer used for pointing to the node's children. Each node in the tree also has "data," in this case, taking the form of a Key and a Value.

fabricated-files-folders icon fabricated-files-folders

Practice for emulating core functionality of a Linux-style shell with respect to managing a file system. User can interact with a set of commands via a command-line familiar to users of Linux. Files and folders are not actually created in any form, this program focuses on the management aspect only.

lists-and-biginteger icon lists-and-biginteger

Practice for defining and implementing nodes and lists. BigInteger returns with more member functions and operators.

maze-dfs icon maze-dfs

Program based around a Depth First Search algorithm for solving a user defined maze.

sort-max-heap icon sort-max-heap

Practice for implementing a priority queue using a max-heap. Plus, two additional functions for sorting a heap and checking if a heap is sorted.

vectors-and-biginteger icon vectors-and-biginteger

Practice for defining and implementing a vector. Practice for defining BigInteger, a class where a string is used to represent integers larger than 2^31.

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.