Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 661 Bytes

c and py-scripts

This repo contains some normal c and py scripts like morsec code converter, rolling dice, string operations, bit operations and lots more...

For the use of python files open the files and see the description.

String Operations

In this directory, some of the programs which have the code of string.h in C.

Set Operations

In the directory bitoper, the program performs set operations using bit manipulation.

gridn:

It produces a matrix of order n with numbers from (1-n^2) randomly shuffled in the cells.

magicsq:

Takes dimension of matrix, first term and common difference of an AP as input and makes a mxm Magic square.