Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

C# Advanced Topics: Prepare for Technical Interviews

Lawrence Artl III
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

C# Advanced Topics

Built With

This project used the following frameworks, and will require them to run on your machine. See the installation section for more information.

VS

dotnet

csharp

(back to top)

How I Developed The Project

The listed exercises here are all written in C#. They are mostely inspired from or practice within the Advanced C# course on Udemy, by Mosh Hamedani. Some exercises are inspired by my recent completion of CS260 - Data Structures and Algorithms. During this course I explored various data structures and how to construct them, including Hashtables, Linked Lists, and Binary Trees. While the course focused on the development of C++ applications (these applications can be found in my other repositories), I also tried to develop some of these structures (and their associated algorithms) in C# as well.

The link below leads to the Udemy course that I followed and completed.

C# Advanced Topics: Prepare for Technical Interviews

Here is my Certificate of Completion for the above mentioned course:

certificate

Roadmap

  • Finish README
  • Add docs
  • Run demo and add to README
  • Add images to README

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

I'm always open to collaborate with other great coders! If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Currently there is no license for this application, it is free to use by anyone who needs it. Please consider letting me know if it was helpful at all, or any additions you can propose (see the contributing section)

(back to top)

Contact

Check out my YouTube channel for more videos about coding projects I've done.

Also, check out my Personal Website for more information about me, and my LinkedIn to see if I'd be a good fit for your team.

Thanks for stopping by!

[picture of me]

much love -L

(back to top)