Git Product home page Git Product logo

Jett Tipsword's Projects

a-star-algorithm-for-8tile-puzzle icon a-star-algorithm-for-8tile-puzzle

Implement A* algorithm for 8-puzzle game with custom heuristics, and analyze performance based on execution time, nodes generated/expanded, tree depth, branching factor, and total path for two initial states.

algorith-implementation icon algorith-implementation

Demonstartes uses for common algorithms in C++ and minimizes the worst case scenerio for each problem

budget-calculator icon budget-calculator

Takes in user input to either determine a budget based upon income, or calculates money leftover after expenses. Can be used maintain and stick to a budget without having to manually calculate values each time manually.

classification-models-for-kaggle-competition icon classification-models-for-kaggle-competition

ML used to solve spaceship passenger disappearance due to spacetime anomaly. Filled missing data, created new features, encoded categorical columns, and trained 4 classifiers (KNN, Decision Tree, Gradient Boosting, and Random Forest). Gradient Boosting had highest accuracy (.8076). GitHub project showcasing ML in problem-solving.

h5easy icon h5easy

Class for reading and writing hdf5 files with C++ vectors

lists-stacks-and-queues icon lists-stacks-and-queues

Implements a templated container class and uses it to implement two applications. These being a Reverse-Polish Notation calculator and a call center simulation

movie-database icon movie-database

Worked with a team to create a website that makes use of a json file filled with data to display relevant information. Some features include statistics regarding genre and actors, sorting movies, and what movies each actor has starred in.

sales-analysis icon sales-analysis

Utilze sales data to develop insights to improve gross sales and identify the best products to sell.

shortest-path-algorithm icon shortest-path-algorithm

In pr5.cpp, implements Dijkstra, BellmanFord, and Prim shortest path algorithms for weighed edges using adjacency lists and provided ECL graph format. This format being the data structure created in ECLgraph.h These algorithms are then provided with driver EGR files to test the algorithms with.

tree-traversal icon tree-traversal

An autocomplete program, where we can provide a string prefix, and output a list of possible words that start with prefix. This is done by designing a tree where each value is a character, and traversing through the tree spells out words by collecting each character and forming strings as you traverse depth-first.

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.