Skip to content

data-structure with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Notifications You must be signed in to change notification settings

learnwithfair/data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DATA-STRUCTURE

Youtube Facebook Instagram LinkedIn

Thanks for visiting my GitHub account!

A data structure is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data structures, all designed to arrange data to suit a specific purpose. Data structures make it easy for users to access and work with the data they need in appropriate ways.. see-more

A data structure is a particular way of organising data in a computer so that it can be used effectively. The idea is to reduce the space and time complexities of different tasks.

roadmap

documentation

Source Code (Download)

Click Here

Required Software (Download)

Python Install

Many PCs and Macs will have Python already installed. To check if you have Python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line (cmd.exe):

python --version

The Python Command Line

C:\Users\Your Name>python

Or, if the "python" command did not work, you can try "py"

C:\Users\Your Name>py

From there you can write any Python, including our hello world example from earlier in the tutorial

>>> print("Hello, World!")

Project Features

roadmap

Follow Me

github facebook instagram twitter YouTube

Releases

No releases published

Packages

 
 
 

Languages