Skip to content

This repository contains the Solutions of all the Leetcode problems I have solved

Notifications You must be signed in to change notification settings

SatyakiDey75/LeetCode-Satyaki_75

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation


This repository contains the Solutions of all the Leetcode problems I have solved :)

Visit my Leetcode profile here.

 

1. How to install and run C/C++ ?

Installation ->

  1. Create a C/C++ virtual environment.
  2. Clone the repo git clone https://github.com/SatyakiDey75/LeetCode-Satyaki_75.git or download the repository.
  3. Go to the cloned/downloaded directory, and navigate to your desired program -> cd "folder_name", and then to the code file.
  4. Run pip3 install gcc.
  5. And now you can run the example scripts or create your own scripts.

Usage ->

  • To run any program (without <math.h>), run gcc filename.c -o name, where filename is the name of the file you are wanting to execute; name = output executable file.

  • Then type ./name, and then press Enter to execute successfully.

  • To run any program (with <math.h>), run gcc filename.c -lm, where filename is the name of the file you are wanting to execute.

  • Then type ./a.out, and then press Enter to execute successfully.

2.How to install and run Java?

Installation ->

  1. Ensure you have Java Development Kit (JDK) installed on your system.
  2. Clone the repo git clone https://github.com/SatyakiDey75/LeetCode-Satyaki_75.git or download the repository.
  3. Go to the cloned/downloaded directory, and navigate to your desired program -> cd "folder_name", and then to the code file.
  4. And now you can run the example scripts or create your own scripts.

Usage ->

  • Compile any Java program file by running: javac filename.java. Replace filename with the actual name of the Java file.
  • Once the compilation is successful, you can execute the program by typing: java filename. Again, replace filename with the name of your Java file (excluding the .java extension).

3. How to install and run Python ?

Installation ->

  1. Create a python virtual environment.
  2. Clone the repo git clone https://github.com/SatyakiDey75/LeetCode-Satyaki_75.git or download the repository.
  3. Go to the cloned/downloaded directory, and navigate to your desired program -> cd "folder_name", and then to the code file.
  4. Go to the Python website.
  5. Download the software.
  6. Install it according to the guide.
  7. Open terminal and type python --version to see whether it is properly installed or not.
  8. And now you can run the example scripts or create your own scripts.

Usage ->

  • To run any python program, run python filename.py, where filename is the name of the file you are wanting to execute.
  • If the above command doesn't work, then run python3 filename.py, where again filename is the name of the file you are wanting to execute.

FAQ

  • How to stop the script? Ctrl+C (control+C for Mac)
  • For any other problems, feel free to raise an issue.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Where to contact ?

Contact: Satyaki Dey

🙋‍♂️ Support

💙 If you like this project, give it a ⭐ and share it with friends!

☕ Buy me a coffee


Made with ❤️ and C, Java, and Python.

About

This repository contains the Solutions of all the Leetcode problems I have solved

Resources

Stars

Watchers

Forks