Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 244 Bytes

File metadata and controls

2 lines (2 loc) · 244 Bytes

Data Structures and Algorithms - DSA

To execute any of the files on Google Colab, add the line

%%writefile filename.c

at the beginning of the code where filename is the name of the file being executed if it is not already present.