Skip to content

Alexoner/dsa

Repository files navigation

Data structures, algorithms, languages, linux hacking and frameworks

This is a portal for fundamental skills in various areas in computer science.

data structure

singly linked list,doubly circular linked list,set,queue,stack,hash table.
binary tree.

algorithms

  1. sort: array:bubble sort,quick sort,merge sort linked list:merge sort

  2. search:

  3. dynamic programming: rod cutting problem,matrix chain order,longest common subsequence.

Linux

Debugging, shell

cpp

.

Setup

sudo apt install -y clangd g++ google-perftools libgoogle-perftools-dev \
libboost-all-dev

About

Data structure and algorithm library ,with some routines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published