Pinned Repositories
acm-icpc
:trophy: ACM International Collegiate Programming Contest
Anagrams
You are given a list of N words (strings containing only lower case letters of the English alphabet). We consider two words to be equivalent if they contain the same letters, i.e. we can rearrange the letters of one word in order to obtain the other word. Compute the size of the largest subset of equivalent words.
cs188
hack2017
2017 hackathon
Hello-World
Random stuff repository
InternetProgrammingGroup9
Group 9 Project
lime
Lime: Explaining the predictions of any machine learning classifier
oddSum
Sums all the odd numbers in a sequence of numbers.
shoePair
You have N shoes, for each of them you know its size and whether it's a left or a right shoe. Any left shoe can be paired with any right shoe of the same size. What's the maximum number of pairs you can make?
SWE_681
A client-server 2 Truths and a Lie game
neonBdragon's Repositories
neonBdragon/shoePair
You have N shoes, for each of them you know its size and whether it's a left or a right shoe. Any left shoe can be paired with any right shoe of the same size. What's the maximum number of pairs you can make?
neonBdragon/SWE_681
A client-server 2 Truths and a Lie game
neonBdragon/acm-icpc
:trophy: ACM International Collegiate Programming Contest
neonBdragon/Anagrams
You are given a list of N words (strings containing only lower case letters of the English alphabet). We consider two words to be equivalent if they contain the same letters, i.e. we can rearrange the letters of one word in order to obtain the other word. Compute the size of the largest subset of equivalent words.
neonBdragon/cs188
neonBdragon/hack2017
2017 hackathon
neonBdragon/Hello-World
Random stuff repository
neonBdragon/InternetProgrammingGroup9
Group 9 Project
neonBdragon/lime
Lime: Explaining the predictions of any machine learning classifier
neonBdragon/oddSum
Sums all the odd numbers in a sequence of numbers.
neonBdragon/ROS
neonBdragon/swe642-hw4-project-app
SWE642 HW4 Frontend Code
neonBdragon/swe642_hw4_project
SWE642 HW4 Backend Code
neonBdragon/SWE_642_HW3
Servlet, JSPs, MVC & Database I/O
neonBdragon/SystemsSoftwareProject
SicXe Assembler for Systems Software
neonBdragon/talon
ROS Packages for the TALON AUV
neonBdragon/talon_legacy
neonBdragon/Tic-Tac-Toe
This is a simple functional modular C++ Tic-Tac-Toe program