Skip to content

dfinke/powershell-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Build status

PowerShell Algorithms and Data Structures

Algorithms and data structures implemented in PowerShell with explanations and links to further readings

This is a port of https://github.com/trekhleb/javascript-algorithms

This repository contains PowerShell based examples of many popular algorithms and data structures.

Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).

How to use this repository

Run all tests

Invoke-Pester

Run tests by name

Invoke-Pester -TestName LinkedList

Data Structures

A data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Algorithms

An algorithm is an unambiguous specification of how to solve a class of problems. It is a set of rules that precisely define a sequence of operations.

Algorithms by Topic

About

Algorithms and data structures implemented in PowerShell with explanations and links to further readings - port of https://github.com/trekhleb/javascript-algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published