Tag: Algorithms

  • Data Structure and Algorithm

    Data is acquired by the embedded system. That data may be numbers, voice data, image data etc.. This data needs to be stored. The problem comes when you have multiple streams of data coming in and you have to store them. Algorithms helps us in doing just. They helps us in managing the Storage, Retrieval…