Esdee
Pages
(Move to ...)
Home
▼
Tuesday, February 20, 2018
generate permutations of letters in a string
›
how to generate all permutations of the letters in a string? one method i like, for its intuitiveness - go to the last letter of the string ...
Saturday, February 17, 2018
Removing Characters from a String
›
found an interesting learning resource http://www.bogotobogo.com/ it also has a section on programming questions, not so extensive as the a...
Saturday, January 06, 2018
remove duplicates from an unsorted linked list
›
more fun with algorithms: how to remove duplicates from an unsorted linked list in cpp? easy - just walk along the list and delete duplicat...
reverse linked list
›
been fooling around writing solutions to algorithms in c++. here is a solution to reverse a linked list. nothing new - the idea is to reve...
Sunday, October 23, 2016
nodejs postgres pg.client returning partial results in json
›
i had a very weird problem with a nodejs and postgre app i'm building: i'm running a sql query with join in dbeaver: select matche...
›
Home
View web version