Pinned Repositories
date-picker
Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
Countries-of-the-World-Application
You are required to implement a program called Countries of the World that allows users to input several country names. The purpose of this program is to allow a user to input several country names and provide several utility methods such as sorting and searching. Create a class called CountriesOfTheWorld Use an array to store the names of the countries The program should allow the user to input multiple names of countries until the user types in a certain input to stop inputting the country names. The program should include the following methods: - displayCountryNames() : This method should display all the elements of the array. - sortAscendingAndDisplay(): This method should implement a QuickSort and display the contents of the array in ascending order -searchAndDisplay():This method should implement a binary search to allow users to search whether a particular country name is in the array. An appropriate output message should be used to display the result of the search. -containDuplicates(): This method should check whether the array contains duplicates. You are required to use a data structure based on Sets to implement this functionality.
Mauricar
Language : Html,PHP,CSS with SQL database connection.
sandya
SnakeGameAI
贪吃蛇AI
SupermarketPOS
This project is based on building a GUI self-point of sale terminal system for a supermarket. The POS is built for customers to checkout more efficiently at a faster pace.
sandya112's Repositories
sandya112/Countries-of-the-World-Application
You are required to implement a program called Countries of the World that allows users to input several country names. The purpose of this program is to allow a user to input several country names and provide several utility methods such as sorting and searching. Create a class called CountriesOfTheWorld Use an array to store the names of the countries The program should allow the user to input multiple names of countries until the user types in a certain input to stop inputting the country names. The program should include the following methods: - displayCountryNames() : This method should display all the elements of the array. - sortAscendingAndDisplay(): This method should implement a QuickSort and display the contents of the array in ascending order -searchAndDisplay():This method should implement a binary search to allow users to search whether a particular country name is in the array. An appropriate output message should be used to display the result of the search. -containDuplicates(): This method should check whether the array contains duplicates. You are required to use a data structure based on Sets to implement this functionality.
sandya112/Mauricar
Language : Html,PHP,CSS with SQL database connection.
sandya112/sandya
sandya112/SnakeGameAI
贪吃蛇AI
sandya112/SupermarketPOS
This project is based on building a GUI self-point of sale terminal system for a supermarket. The POS is built for customers to checkout more efficiently at a faster pace.