Skip to content

technicalex/problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Problems

Working classic programming problems.

FizzBuzz

Print the numbers 1 to 100. For multiples of 3, print "Fizz" instead of the number. For multiples of 5, print "Buzz" instead of the number. For multiples of 3 and 5, print "FizzBuzz" instead of the number.

InfixToPostfix

Convert an arithmetic expression from infix notation to postfix notation.

About

Working classic programming problems in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages