shreyass-ranganatha / quirky-algorithms

My take on some intricate, intriguing Algorithmic Problems!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quirky Algorithms

My take on some intricate, intriguing Algorithmic problems!


problem01

Accepted p01/take02.c

  • The 0-th element of the input array must be moved to a position where all the numbers lesser than it would be to the left of it and the ones greater, to the right
  • Each element can move no more than 1 time

Accepted p02/take01.py


References

About

My take on some intricate, intriguing Algorithmic Problems!


Languages

Language:C 55.2%Language:Python 44.8%