jakobkogler / Algorithm-DataStructures

Implementations of Algorithms and Data Structures
https://www.youtube.com/channel/UCIyYdngljsLPMe2HiJ-icPw
Do What The F*ck You Want To Public License
317 stars 81 forks source link

Division overloading not done with bigint #6

Open RoyCoding8 opened 1 year ago

RoyCoding8 commented 1 year ago

a/=b fails if a and b are bigint, i.e, division overloading has not been done bigint/bigint.

jakobkogler commented 1 year ago

Yes, a division for large BigInts is currently missing. However I'm not gonna plan to implement a division operation for large integers anytime near, as I currently don't maintain this repository (as I'm no longer actively participate in competitive programming competitions).