Skip to main content

Posts

Showing posts from June, 2020

Top Indian Innovative Startups for future

1.Grey Orange 1. GreyOrange Search Results Web result with site links Paytm - Wikipedia x Grey Orange  Robotics was set up in 2009 and is a first -of-its-kind venture for the Indian logistics industry. It builds robots that can move shelves stacked with various products to a floor  assistant who then scans a bar code to confirm the right  items . 2.Pine Labs Pine Labs is an Indian merchant platform company that provides   financing and last-mile retail transaction technology, founded in 1998. It is one of the unicorn    companies with a valuation of over US$1 billion. 3.Udaan Udaan  is a B2B trade platform that brings manufacturers, traders, retailers, and wholesalers into a single platform. The platform is about making business easy in India, about making B2B commerce convenient and efficient .  4.Khatabook Khatabook is a mobile app that helps small shopkeepers and Kirana store owners in  India manage ...

Data Structure types

Data types Primitive types Boolean , true or false. Character Floating-point  numbers, limited precision approximations of  real number  values. Including  Single precision  and  Double precision   IEEE 754  Floats, among  others Fixed-point numbers Integer , integral or fixed-precision values. Reference  (also called a pointer or handle), a small value referring to another object's address in memory, possibly a much larger one. Enumerated type , a small set of uniquely named values. Date Time , value referring to Date and Time Composite types  or non-primitive type Array  (as an example  String  which is an array of characters) Record  (also called  tuple  or  structure ) Union  ( Tagged union  is a subset, also called  variant , variant record, discriminated union, or disjoint union) Abstract data types Container List Tuple Multimap  (example...