Skip to content

This repo contains solutions to the problems and exercises provided in "Programming Contest: Data Structures and Algorithm by Md Mahbubul Hasan" (2016).

License

Notifications You must be signed in to change notification settings

DhimanAkash68/Programming-Contest-Data-Structure-and-Algorithm-by-Md.-Mahbubul-Hasan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Contest: Data Structure & Algorithm by Md. Mahbubul Hasan (June, 2016)


This repo contains solutions to the problems and exercises provided in প্রোগ্রামিং কন্টেস্ট : ডেটা স্ট্রাকচার ও অ্যালগরিদম by মোঃ মাহবুবুল হাসান (2016). You are highly discouraged to look through the solutions without trying out a problem by yourself first.

Lines of code

Guidelines for Contributor

You are more than welcome to contribute and fix. Do standard issue > branch out > pull request.

  • Accepted programming languages : Haskell, Java, C, C++, C#, Python, Go and Rust.
  • Explanation languages : English and Bengali.
  • Explanation document : PDF and Markdown

Please raise an issue first then do a pull request later upon implementing it. Your unresponded issue will be closed after 30 days if you are unavailable.

Coding guidelines:

  • USE PROPER VARIABLE/FUNCTION/METHOD NAMING.
  • Do proper indentation.
  • Add comments so that people can relate to the explanations.
  • Follow the standards of your language.
  • If you are using a data structure specific to your language, mention the insertion/deletion/mutation/look up/prepend/append costs.
  • Include the code driver in the same file.

If you have any queries or want to get in touch with me, you can open a Discussion or simply mail me at [email protected] or give me a knock at LinkedIn.

About

This repo contains solutions to the problems and exercises provided in "Programming Contest: Data Structures and Algorithm by Md Mahbubul Hasan" (2016).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.5%
  • Java 29.5%