Skip to content

Latest commit

 

History

History
121 lines (104 loc) · 8.94 KB

README.md

File metadata and controls

121 lines (104 loc) · 8.94 KB

Programming Challenges.

A collection of my solutions to the problems from the "Programming Challenges" book by Steven Skiena. (Some of the problems were solved with help from the Internet. In such cases there will be links within the PDF file to the original sources.) The list of files below are the files produced by the noweb tool. Please read the PDF file to find the detailed explanation of the programs.

All of these solutions have been accepted by the UVa Online Judge.

The book with the literate programs can be downloaded here.

NOTE: This is a work in progress.

Getting Started (Chapter 1)

Data Structures (Chapter 2)

Strings (Chapter 3)

Sorting (Chapter 4)

Arithmetic and Algebra (Chapter 5)

Combinatorics (Chapter 6)

Number Theory (Chapter 7)

Backtracking (Chapter 8)

Graph Traversal (Chapter 9)

Graph Algorithms (Chapter 10)

Dynamic Programming (Chapter 11)

Grids (Chapter 12)