Skip to content

yogaraj29/mywork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Programming Repository

This repository contains C and Python programs, as well as Data Structures and Algorithms implementations.

Table of Contents


C Programs

removeElement (C)

This C program allows users to remove a specified value from an array.

Instructions:

  1. Compile and run main.c.
  2. Enter the size of the array, followed by the array elements separated by spaces.
  3. Enter the value to be removed.
  4. The program will display the original array and the array after removing the specified value.

Feel free to modify the code or provide feedback!


Python Programs

exampleProgram (Python)

This Python program demonstrates ...

Instructions:

  1. Run example_program.py.
  2. ...

Feel free to modify the code or provide feedback!


Data Structures and Algorithms

[Coming Soon]

Stay tuned for the addition of Data Structures and Algorithms implementations.


Contributing

Contributions are welcome! If you have additional C or Python programs, improvements, or new Data Structures and Algorithms implementations, feel free to submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages