GithubHelp home page GithubHelp logo

cse101's Introduction

Algorithms and ADT's

This repository consists of 6 seperate projects all using a linked list adt that can store data in unique ways. The first 5 folders consist of projects assigned to me in my cse101 class, the last one, and other's I may add in the future are mine that I created to have a better understanding of computer science algorithms.

All programmed in C

ListADT -> Lex & List: sorts strings alphatetically using linked list adt

MatrixADT -> Sparse Matrix Calculator: A complete ADT constructed of an array of linked lists that can be manipulated as a 2-D matrix, but with much higher efficiency.

BigIntegerADT -> Big Integer Calculatory : An ADT using List.c to handle big integer operations in the form of thousands of digits in less than a few seconds.

BFS -> Graph ADT & BFS : A graph ADT with a Breadth first search function, and ability to return the path between any two nodes.

DFS -> Graph ADT & DFS: Using depth first search, this project can find each connected component, the distance between every node and handle arcs

Dijkstra -> I learned about Dijkstra's algorithm in class, but I didn't know exactly how to implement it. So Christmas break I spent a day modifying my List.c to handle weighted edges (as an extra parameter and couple functions) and then I implemented Dijkstra's algorithm in the Graph.c file. This worked out to be much easier than expected. Does not work in conjunction with other files because Lish.h and List.c were modified to handle the weighted edges.

cse101's People

Contributors

jakearmendariz avatar

Watchers

 avatar  avatar

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.