Skip to content
#

reordering

Here are 54 public repositories matching this topic...

In this project, I implemented few .m functions which allow to reorder a sparse matrix read from a Matrix Market file using the Reverse Cuthill-McKee algorithm. In addition to reordering, it is possible to write the reordered sparse matrix to a Matrix Market file, plot it side-by-side with the original, compute few statistics about it and output…

  • Updated Oct 6, 2019
  • MATLAB

A Python script that reorganizes serialized data from an input text file (data.txt) based on a predefined order. The rearranged data is then saved to a new text file (converted.txt). Customize the order of key-value pairs by adjusting the order list. Easy to use and modify for your specific needs.

  • Updated Nov 21, 2023
  • Python

Improve this page

Add a description, image, and links to the reordering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reordering topic, visit your repo's landing page and select "manage topics."

Learn more