Skip to content

This repository consist of implementation of data structures using python language.

Notifications You must be signed in to change notification settings

shivani-tomar/Data_stuctures_with_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Data_stuctures_with_python wiki!

"Data_structures_with_python" is a repository which consist of implementation of all the data structures using python language in as very simple coding style using oops concepts, easy to understand and easy to run. You can easily manipulate data and run codes on your own data without any headache of internal working.

Following are the steps to run code on your own code: -

Step - 1 :- First you need to install python on your desktop or laptop. Follow below steps to install python on your local if it is not installed otherwise you can skip this step and go ahead.

  • Visit the link "Python Installation"
  • Go to the "Downloads" tab on the web page and install python according to your operating system installed in your computer/laptop/desktop.

Step - 2 : - Follow below steps to confirm python installation.

For Windows : -

  • Press "windows + r"
  • Type "cmd" in the pop up and press "enter"
  • A black terminal will open up. Type "python -v".
  • If it is showing the version which you have installed the python is correctly installed in your
  • Local otherwise there is problem while installation.Then try to uninstall it and install it again.

**For Linux ** : -

  • open terminal by clicking on the icon from the menu list on the left side.
  • run command "python -v" and check for the correct installed python.

**Step - 3 ** :- Clone this repository or download it in the targeted folder in which you want to do it by git clone command. Follow below commands:-

Step - 4 : - Now, go to the particular data_structure folder by using cd command and run main.py by using command

  • "python main.py" and hit enter.

  • The result will be shown on the output terminal and if you want to run code on your data the open main.py using your favourite IDE or Editor like notepad , notepad++ , sublime , vscode , vim , tiny vim , pycharm
    etc and edit the data which you want, then save file and run it.

                                           # ALL THE BEST!!!!!!!
    

About

This repository consist of implementation of data structures using python language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages