• Stars
    star
    1
  • Language
    C#
  • Created almost 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

More Repositories

1

Digital-Image-Processing

A very simple program for processing digital images by some famous libraries like (FIP and ImageHandler)
C#
2
star
2

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 game
Visual Basic
2
star
3

Fuzzy-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# App
C#
2
star
4

HackerRank-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.
C#
2
star
5

RTDBSystem

Real-Time database system algorithms semulation
C#
1
star
6

HackerRank-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.
C#
1
star
7

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 .
C#
1
star
8

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.
C#
1
star
9

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.
C#
1
star