GithubHelp home page GithubHelp logo

balla121 / sd2x Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luonglearnstocode/sd2x

0.0 0.0 0.0 1.1 MB

My solutions to Homeworks from PennX: SD2x Data Structures and Software Design course

Java 98.41% HTML 1.59%

sd2x's Introduction

  • Homework 1 - Linked Lists
    Implement three methods that perform functions on a linked list, using the java.util.LinkedList class from the Java Collections API.

  • Homework 2 - Queues and Stacks
    Use the stack and queue implementations from the Java Collections API in order to build a program that determines whether an HTML page is well formatted.

  • Homework 3 - Collections
    Write a program that will analyze the sentiment (positive or negative) of a sentence based on the words it contains by implementing methods that use the List, Set, and Map interfaces from the Java Collections API.

  • Homework 4 - Binary Search Trees
    Use and modify a binary search tree (BST) implementation in order to determine whether a tree is balanced.

  • Homework 5 - TreeMaps and PriorityQueues
    Implement methods that process movie ratings, using the java.util.TreeMap and java.util.PriorityQueue classes from the Java Collections API.

  • Homework 6 - Graphs
    Implement methods used for exploring graphs.

  • Homework 7 - UML
    Implement a design that is specified using a UML class diagram.

UML
  • Homework 8 - Software Design
    Implement a program using the three-tier architecture that allows a user to search through a collection of books and find books written by a specific author or the number of books written in a specified year.
  • Homework 9 - Refactoring
    Refactor a piece of code in order to reduce its size and make it more generalizable.
  • Homework 10 - Reliability
    Modify code that relates to a simple social networking concept: suggesting friends to a student based on who is taking the same classes.
  • Homework 11 - Efficiency
    Improve the execution time of a Java program that attempts to detect plagiarism in a corpus of documents.

Runtime

sd2x's People

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.