RTU-DigitalLibrary icon indicating copy to clipboard operation
RTU-DigitalLibrary copied to clipboard

This is an opensource repository by Rajasthan Technical University for all engineering students and the folders contain codes written in different programming languages. You can even add a folder of s...

Results 100 RTU-DigitalLibrary issues
Sort by recently updated
recently updated
newest added

hacktoberfest
hacktoberfest-accepted

accept for hacktoberfest

hacktoberfest
hacktoberfest-accepted

In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers a and b, usually denoted by lcm(a, b), is the smallest...

hacktoberfest
hacktoberfest-accepted

#Sum of natural numbers up to num num = 16 if num < 0: print("Enter a positive number") else: sum = 0 # use while loop to iterate until zero...

This python code automatically connect you with other user through ssh

hacktoberfest
hacktoberfest-accepted

hacktoberfest
hacktoberfest-accepted

hacktoberfest
hacktoberfest-accepted

Added code to create and display binary files in Python for Hacktoberfest.

hacktoberfest
hacktoberfest-accepted

Added code for list of Recursive programs using Python for Hacktoberfest.

hacktoberfest
hacktoberfest-accepted

Added a code for Queue in Python for Hacktoberfest. (Data Structure)

hacktoberfest
hacktoberfest-accepted