MLSC-BSOITR / DSA_questions-solutions

This repo contains different DSA questions related to different topic like array , matrices etc. and their solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA_questions-solutions

DSA

Read CONTRIBUTING.md for 'How to contribute ?'

How to contribute ?

  1. Search about the the topic or domain on which you want to contribute like course topic, provided by, platform, etc.
  2. Take the reference from below example and structure your information similar to that .
  3. Check your code.
  4. Commit your change and go for pull request. NOTE-Wrong syntax code can be rejected. NOTE1 - Contribution must be done in the given format. Pull request wont be accepted if the format is wrong.

Example

   {
  
  "id":"1",
  
  "topic":"DSA - Array",
  
  "question":"W. A. P. to find addition of matrices",
  
  "answer_link":"https://stackoverflow.com/questions/33059430/matrix-addition-using-c"
  
  }
  {
  
  "id":"121",
  
  "topic":"DSA - Array",
  
  "question":"How do you declare an Array?",
  
  "answer_link":"https://www.geeksforseeks.com/how-do-you-declare-array/"
  
  }
   {
  
  "id":"100",
  
  "topic":"DSA - Array",
  
  "question":"W. A. P. to find subtraction of matrices",
  
  "answer_link":"https://www.c-sharpcorner.com/blogs/subtract-matrix-in-c-programming"
  
  }

About

This repo contains different DSA questions related to different topic like array , matrices etc. and their solutions.