Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

Editing multiple files in a single buffer

Bycoliveira November 28, 2008October 23, 2009

It is a fact of programming that software written in modern programming language is divided into multiple files. That is all programmers use text editors such as vim, emacs, and eclipse, that have facility to work with and move easily between files.  With all these facilities, however, there are times when what you really want…

Read More Editing multiple files in a single bufferContinue

software

Is Using Hash Tables a Good Thing?

Bycoliveira November 18, 2008November 18, 2008

One of these days, I was looking at patterns of coding in some of the applications that I work with — written in Java and C#.  I was then interested in seeing why our group happened to use hash tables so frequently in these languages. This was puzzling to me because I am used to…

Read More Is Using Hash Tables a Good Thing?Continue

software

Implementing a trie data structure in C

Bycoliveira November 16, 2008June 26, 2022

There are some data structures that have wide applicability in several situations. One such example are trie data structures, which can be used in as varied situations as in compilers, text editors, and related applications. This afternoon I had some spare time, so I decided to implement a trie data structure (something that I always…

Read More Implementing a trie data structure in CContinue

Page navigation

Previous PagePrevious 1 … 49 50 51 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You
 

Loading Comments...