Click here to Skip to main content
15,886,049 members
Articles / Desktop Programming / Win32

ZigZag Algorithm in a Grid (revised version, 2.1)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
24 May 2020CPOL1 min read 28K   449   16  
Application to show how to zigzag order a matrix
This four year old project has had a new update. The original intention was to illuminate the serialization of a two-dimensional array into a one-dimensional array. This is often done through the JPEG (or MJPG) libraries. My project (or app-demo) now implements something further, (other than the 'ZigZag'-routine): 'RowMajor', 'ColumnMajor', 'Random', 'Circular', and 'DiagonalUp'.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions