This repository contains the solutions for some codetantra test cases related to C and Python.
Solutions for the following problems are provided:
C
Arrays with Pointers - Hard
- cycleSwap.c
- permutations.c
Arrays with Pointers - Medium
- compoPrime.c
- searching.c
- searching1.c
- swap.c
Arrays with Pointers - Easy
- PointersWithArrays4a.c
- compoPrime.c
- mean.c
- searching.c
- stringLen.c
Two-dimensional Arrays - Hard
- sparsematrix_arrays.c
Two-dimensional Arrays - Medium
- frequency.c
- frequency1.c
- interchange.c
- symmetric.c
- uniformity.c
Two-dimensional Arrays - Easy
- NegativeElementsCount.c
- NonDiagonals.c
- ascendingSort.c
- readPrint.c
- upperTriangle.c
Strings - Hard
- AcmTeam.c
- AppendAndDelete.c
- CTC40.c
Strings - Medium
- chars_remove.c
Strings - Easy
- CTC1566.c
- Program610.c
- ReverseOfString.c
Fuctions - Hard
- FuctionsExample9.c
Fuctions - Medium
- FunctionsExample3a.c
- FunctionsExample7a.c
- Program703a.c
Fuctions - Easy
- FunctionsWithArrays2.c
- Printfscanf.c
- Program713a.c
- Program910a.c
- fibonacci.c
- sumOfArray.c
Python
Python data structures - Easy
- Tuple12.py
- merging.py
- Tuple13.py
- Tuple14.py
- StringTest9.py
- StringTest10.py
Python data structures - Medium
- MaxMinOfDict.py
- SetMemb.py
- occurrences.py
Python data structures - Hard
- Tuple8.py
- noofcharacters.py
Arrays in Python - Easy
- List7.py
- List6.py
- List4.py
- Lab11a.py
Arrays in Python - Medium
- Lab3c.py
- mergeList1.py
Arrays in Python - Hard
- Lab10a.py
- Lab10b.py
- Listsumsqnum.py
- Secondmaxandmin.py