Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of SJHowe

SJHowe

SJHowe has asked 0 questions and find answers to 10 problems.

Stats

250
EtPoint
80
Vote count
0
questions
10
answers

About

A C++ programmer since 1999, C programmer since 1986, SQL expert since 1999. 8086 & 80386 assembler.

Interested in Algorithms & Algorithmic research : Sorting, Partitioning (Dutch National Flag problem), Searching, Memory Management. I am aware of leading edge changes to sorting algorithms and keep close tabs on any developments.

Interested in Data Structures : Balanced trees (all types), Linked lists (all types), Skip Lists, Hash tables (all types), Queues.

Interested in compiler technology : parsing, lexing, tokens, syntax.

Interested in the STL in C++, the implementation of sort(), stable_sort(), nth_element(), stable_partition(), inplace_merge(), partial_sort(), partition().