YoTro


  • Home

  • Archives

  • Tags

  • About

  • Search

Dynamic Programming

Posted on 2020-05-13 | 0 comments
Words count in article 730 | Reading time 3

DP

Read more »

how to implement a queue by C

Posted on 2020-05-11 | 0 comments
Words count in article 847 | Reading time 4

Queue

queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence. By convention, the end of the sequence at which elements are added is called the back, tail, or rear of the queue, and the end at which elements are removed is called the head or front of the queue, analogously to the words used when people line up to wait for goods or services.

Read more »

Linkedlist

Posted on 2020-05-08 | 0 comments
Words count in article 2116 | Reading time 10

Linked list

Read more »

Finite-state machine

Posted on 2020-04-28 | 0 comments
Words count in article 1828 | Reading time 9

FSM

Read more »

How to solve Inversion by Fenwick Tree

Posted on 2020-04-25 | 0 comments
Words count in article 2118 | Reading time 10

Fenwick tree

Read more »

AVL Tree

Posted on 2020-04-24 | 0 comments
Words count in article 6258 | Reading time 31

AVL Tree

Read more »
1 … 3 4 5 … 9
Toryun

Toryun

Python2/3,learning data structure and algorithms

52 posts
42 tags
GitHub Telegram
© 2015 - 2025 Toryun
Powered by Jekyll
Theme - NexT.Mist