Nothing here yet.
Nothing here yet.
I have two solution in mind: The first one is the naive one in which we can sort an array in O(n*log(n)) time and after that we just take the last three elements and return it. The second one is just to sort the element up to 3 element using bubble ...
As I am preparing for a interview I am facing this weird thing that whenever I learn a new algorithm I tend to forget how I got it working after few days have been passed in a programming language. But remembers the outline of the algorithms. So is t...
I have come across application ShareChat and TikTok which feeds users videos of short length. I don't know the companies reason behind these application to develop. Does this kind of application really helps people to be creative in a right way?
Background: I have a formal CS degree but I have forgot the fundamentals and currently working on it from the past 5 months. I know and able to replicate frontend of a website for now. So I am looking for a dynamic website which can take dynamic co...
I am fairly new to CSS3 and following coursera course on Bootstrap UI. I have come to known about two system to make layout for website. The first one is CSS Grid System and the second one is Flexbox model. These are the two which help in making la...