Skip to content

Latest commit

 

History

91 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm

This repository contains exercises and examples for learning Data structure and algorithm.

Getting Started

You may follow instructions, if you want to run code using docker.

Prerequisites

  • Docker installed on your machine
  • Basic knowledge of command line interface
  1. Clone the repository:

    git clone https://github.com/abdulmajidcse/data-structure-and-algorithm
    cd data-structure-and-algorithm
  2. Run this command to build image and container or if you have any changes:

    docker-compose up --build
  3. You may run this command when you need to execute your code and then you see a linux based terminal.

    docker-compose run --rm dsa
  4. You may run a PHP/Python file.

    php test.php
    python3 test.py

About

This is only for my practice purpose about Data Structure and Algorithm.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages