Thread: Permutations of 2d arrays

  1. #1
    Registered User
    Join Date
    Dec 2020
    Posts
    1

    Permutations of 2d arrays

    How do I write a code in C to check if two matrices with dimensions and elements entered by a user (max dimension [100] [100]) are permutations of each other without any special functions or libraries?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Well what counts as a permutation?

    Is this anything to do with it?
    Permutation matrix - Wikipedia
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Permutations
    By Nominal Animal in forum Tech Board
    Replies: 6
    Last Post: 08-29-2015, 10:43 PM
  2. Permutations
    By rocketman03 in forum C++ Programming
    Replies: 1
    Last Post: 11-02-2009, 06:21 AM
  3. permutations
    By Kinshara in forum C Programming
    Replies: 10
    Last Post: 11-01-2009, 02:47 AM
  4. permutations
    By computation in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 02:46 PM
  5. Permutations
    By mekaj in forum C++ Programming
    Replies: 5
    Last Post: 01-23-2006, 09:10 AM

Tags for this Thread