Which kind of data structures are needed for a complex back-end of a website, using statically typed languages like c++ and c#? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Which kind of data structures are needed for a complex back-end of a website, using statically typed languages like c++ and c#?

data structures for the back-end of a website, using c++ or c#

16th May 2018, 12:10 PM
Nwanehiudu Chinakwadom Vitus
Nwanehiudu Chinakwadom Vitus - avatar
1 Antwort
+ 2
This depends on the Kind of Data you want to show on your Website. For complex and dynamic Data I think XML or JSON are a good choice. You can also use a SQL Database.
29th Jul 2018, 11:10 AM
Sebastian Keßler
Sebastian Keßler - avatar