Code Monkey home page Code Monkey logo

leetcode-adi's Introduction

Solutions of the Leetcode problems I have solved ->

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/AdityaSeth777/LeetCode-Adi.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 python ?

Installation ->

  1. Create a python virtual environment.
  2. Clone the repo git clone https://github.com/AdityaSeth777/LeetCode-Adi.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: [[email protected]]

๐Ÿ™‹โ€โ™‚๏ธ Support

๐Ÿ’™ If you like this project, give it a โญ and share it with friends!

โ˜• Buy me a coffee


Made with โค๏ธ and C, C++, and Python.

leetcode-adi's People

Contributors

adityaseth777 avatar

Stargazers

 avatar  avatar Tech Team -> IIC TMSL avatar Santanu Pal avatar Shrutika Jha avatar Arghya Ghosh avatar 2004_Aniket_Datta avatar SREEJITA MUKHOPADHYAY avatar Srijan Bhattacharyya. avatar Krishnendu Dasgupta avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.