Java数据结构 [英] Java Data Structures

查看:91
本文介绍了Java数据结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以给我看一些有关Java数据结构的教程,因为我在编码时遇到了麻烦,这意味着我不应该使用Java库. Anad的意思是像在不使用Java实用程序等的情况下删除元素或进行检索的队列一样-只是数据结构.一切都会有帮助的.

谢谢

Can someone show me some tutorial on java data structures because I am having trouble coding, and that means I am not supposed to use java library. Anad what I mean like queues where you delete elements or retrieve without using the java utilities and so on - just the data structures. Anything would help.

Thanks

推荐答案

我认为核心思想是让您(从语言独立的角度)理解那些数据结构,然后尝试使用Java来实现它们(因为您已经知道该语言).获得任何有关数据结构的好书,您应该可以从那里获取它.

如果您只是搜索和使用在线上获得的东西,那么您就不会对学术界公道,这会使整个事情徒劳无功.

I think the core idea is for you to understand those data structures (from a language independent perspective), and then try and implement them using Java (since you already know the language). Get any good book on data structures and you should be able to take it from there.

If you just search for and use something you get online, you''ll not be doing justice to your academics and that kinda makes the whole thing futile.

[已添加NV]
-------------
在Java中,Beans用来表示数据结构,并且可以使用JDBC对其进行读写.
[NV added]
-------------
With Java, Beans are used to represent data structures and can be read and written to databases using JDBC.




------------
@NV,

尽管可能是这样,但我相信OP也可以编写表示数据结构的常规Java类,尤其是如果目标是了解这些数据结构如何工作的话.




------------
@NV,

While that may be so, I believe the OP can write regular Java classes that represent data structures too, specially if the goal is to understand how these data structures work.


这篇关于Java数据结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆