There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Mgdd_sudoku_Game-dynamic-Algorithm-
A dynamic sudoku game using VB uses an algorithm to generate random numbers accurately and another algorithm to verify that the game is completed correctly and contains 4 levels of varying difficulty and there is an option to help the user to solve the gameFuzzy-Search-Scheme
*A simple way to upload files in the database using C# application that analyze and extract keywords from the text and the frequency of keywords using simple fuzzy algorithms and encrypt the file content and stored in the database to allow users to search for a word within the files and the program reviews all the files that contain The word and arranged in descending order *The search algorithm works on both Arabic and English *SQL server 2014 used for DBMS *visual Studio 2013 update 5 used for programming C# AppHackerRank-Camel-Case-4-challenge
Camel Case is a naming style common in many programming languages. In Java, method and variable names typically start with a lowercase letter, with all subsequent words starting with a capital letter. Names of classes follow the same pattern. the task is to write a program that creates or splits Camel Case variable, method, and class names.RTDBSystem
Real-Time database system algorithms semulationHackerRank-Mini-Max-Sum-challenge
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers.HackerRank-Divisible-Sum-Pairs-challenge
Given an array of integers and a positive integer K, determine the number of(i,j) pairs where i<j and ar[i] +ar[j] is divisible by k .HackerRank-Plus-Minus-challenge
PlusMinus challenge in HackerRank, Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with 6 places after the decimal. Note: This challenge introduces precision problems. The test cases are scaled to six decimal places.HackerRank-Breaking-the-Records-challenge
Maria plays college basketball and wants to go pro. Each season she maintains a record of her play. She tabulates the number of times she breaks her season record for most points and least points in a game. Points scored in the first game establish her record for the season, and she begins counting from there.HackerRank-Time-Conversion-challenge
Given a time in 12-hour AM/PM format, convert it to military (24-hour) time. Note: - 12:00:00AM on a 12-hour clock is 00:00:00 on a 24-hour clock. - 12:00:00PM on a 12-hour clock is 12:00:00 on a 24-hour clock.Love Open Source and this site? Check out how you can help us