Skip to content

Instantly share code, notes, and snippets.

View jananpatel2002's full-sized avatar
😀
Focusing!

jananpatel2002

😀
Focusing!
View GitHub Profile
/*
* Name: Janan Patel
* Date: 12/13/2021
* Course Number: CSC 220
* Course Name: Data Structures
* Problem Number: 14
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem: Intro to maps and how to use them to build a message
*/
/*
* Name:Janan Patel
* Date: 12/6/2021
* Course Number: Data Structures
* Course Name:Data Structures
* Problem Number: 12
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem
* BST main class. Source code
*/
package chapter24;
/*
* Name: Janan Patel
* Date: 11/29/2021
* Course Number: CSC-220
* Course Name: Data Structures
* Problem Number: 10
* Email: jkpatel2001@student.stcc.edu
* My Linked List class with all main methods.
*/
/*
* Name: Janan Patel
* Date: 11/15/2021
* Course Number: CSC 220/Data Structures
* Course Name: CSC 220/Data Structures
* Problem Number: Bunny ear counter
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem: This program counts the amount of ears of bunnies with recursive code
*/
/*
* Name: Janan Patel
* Date: 11/1/2021
* Course Number: CSC-220
* Course Name: Data Structures and Algorithms
* Problem Number: HW6
* Email: jkpatel2001@student.stcc.edu
* Description: Names methods
*/
public class Name implements Comparable<Name> {
/*
* Name: Janan Patel
* Date: 11/1/2021
* Course Number: CSC-220
* Course Name: Data Structures and Algorithms
* Problem Number: HW6
* Email: jkpatel2001@student.stcc.edu
* Description: Names methods
*/
public class Name implements Comparable<Name> {
/*
* Name: Janan Patel
* Date: 10/25/2021
* Course Number: 220
* Course Name: Data Structures
* Problem Number: 6
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem: Creating classes to get areas and perimeters!
*/
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Scanner;
/*
//*
// * Name: Antonio Silvestri
// * Date: 10/1/2018
// * Course Number: CSC-220
// * Course Name: Data Structures
// * Problem Number: HW4
// * Email: silvestri@stcc.edu
// * Main Program to Drive TicTacToe Class V3.2
// */
/*
* Name: Janan Patel
* Date: 10/5/2021
* Course Number: CSC-220
* Course Name: Data Structures and Algorithms
* Problem Number: HW5
* Email: jkpatel2001@student.stcc.edu
* Algorithm Description:
* Using information from a website to draw stars on the output