#Is TS good for DSA
5 messages · Page 1 of 1 (latest)
TS is JS plus types
so there won't be any differences in code between a JS and TS project, other than the types annotation
but to answer your question, there is, in my opinion, little to no point in studying those topics with languages where memory is managed for you and you don't have direct memeory access
at least for the data structure part